Sticky Notes Everywhere | Digital Mercury

Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.

ما هو Sticky Notes Everywhere | Digital Mercury؟

Sticky Notes Everywhere | Digital Mercury هو إضافة Chrome تم تطويرها بواسطة https://digital-mercury.com، والميزة الرئيسية لها هي "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sticky Notes Everywhere | Digital Mercury

قم بتنزيل ملفات الامتداد Sticky Notes Everywhere | Digital Mercury بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.                    

معلومات أساسية عن التمديد

الاسم Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
عنوان URL الرسمي https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
الوصف Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
حجم الملف 16.83 KB
عدد التثبيتات 493
النسخة الحالية 1.1
آخر تحديث 2020-12-01
تاريخ النشر 2020-11-26
تقييم 3.00/5 مجموع تقييمات 2
المطور https://digital-mercury.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://digital-mercury.com/
عنوان صفحة المساعدة https://digital-mercury.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes Everywhere | Digital Mercury",
    "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_icon": ".\/favicon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}