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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}