Sticky

A sticky note extension for Chrome

Stickyคืออะไร?

Sticky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naik.tanmay283 และคุณลักษณะหลักของมันคือ "A sticky note extension for Chrome"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sticky

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

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

                        Sticky is a sticky note extension for chrome that uses local storage to store your notes on the go. Save inspiration, ideas and quick scribbles before you forget!                    

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

ชื่อ Sticky Sticky
ID lcfpplpecfogeiofeknpeeocaajgdalg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sticky/lcfpplpecfogeiofeknpeeocaajgdalg
คำอธิบาย A sticky note extension for Chrome
ขนาดไฟล์ 12.86 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-04-22
วันที่เผยแพร่ 2020-04-22
ผู้พัฒนา naik.tanmay283
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky",
    "version": "1.1",
    "description": "A sticky note extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "sticky_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "note.html"
    },
    "permissions": [
        "storage"
    ]
}