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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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/
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}