Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Anywhere stickers - simple sticky notesคืออะไร?

Anywhere stickers - simple sticky notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anywhere.stickers และคุณลักษณะหลักของมันคือ "Attach sticky notes to any page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anywhere stickers - simple sticky notes

ดาวน์โหลดไฟล์ส่วนขยาย Anywhere stickers - simple sticky notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Single click sticky notes.

* Nice look and feel.
* Synchronizes across your logged-in browsers.
* Easy to use.
* Nothing excessive, only what you need to remember a pair of words.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
คำอธิบาย Attach sticky notes to any page
ขนาดไฟล์ 41.65 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.104.0.1
อัปเดตครั้งล่าสุด 2023-04-27
วันที่เผยแพร่ 2020-07-03
คะแนน 4.60/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา anywhere.stickers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anywhere stickers - simple sticky notes",
    "short_name": "AnywhereStickers",
    "description": "Attach sticky notes to any page",
    "version": "0.104.0.1",
    "author": "Kirill Zotov",
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Anywhere stickers"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "onScreenNotificator.js",
                "extension.js",
                "js.js"
            ],
            "css": [
                "css.css",
                "onScreenNotificator.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}