Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

什麼是Quickie - Sticky Notes?

Quickie - Sticky Notes是由https://tutorialcodeplay.com開發的Chrome擴展程式,該擴展的主要功能是“Manage your notes easily with our new 'Quickie-Sticky Notes'.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Quickie - Sticky Notes擴展crx文件

下載Quickie - Sticky Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

擴展基本資訊

名稱 Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
官方網址 https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
簡介 Manage your notes easily with our new 'Quickie-Sticky Notes'.
檔案大小 841 KB
安裝次數 1,114
目前版本 1.2
更新時間 2020-02-29
上架時間 2020-02-29
評分 4.07/5 共 14 次評分
開發者 https://tutorialcodeplay.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tutorialcodeplay.com
說明頁面URL https://tutorialcodeplay.com
隱私政策頁面URL https://htmlcodeplay.com/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}