Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 631 Bytes

dreamai-js.md

File metadata and controls

9 lines (8 loc) · 631 Bytes
title date categories
Dreamai.Js
2023-11-23
useful-script-en

how to add bookmarklet in chrome
export default { icon: "https://dream.ai/favicon.ico", name: { en: "Dream by WOMBO", vi: "Dream by WOMBO", }, description: { en: "High Quality Artwork In Seconds", vi: "High Quality Artwork In Seconds", }, onClickExtension: () => { window.open("https://dream.ai"); }, };