Sticky

A sticky note extension for Chrome

什麼是Sticky?

Sticky是由naik.tanmay283開發的Chrome擴展程式,該擴展的主要功能是“A sticky note extension for Chrome”。

擴展截圖

screenshot

下載Sticky擴展crx文件

下載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
官方網址 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"
    ]
}