Sticky Notes

Sticky Notes - don't ever forget a thing

什麼是Sticky Notes?

Sticky Notes是由mariosloan開發的Chrome擴展程式,該擴展的主要功能是“Sticky Notes - don't ever forget a thing”。

擴展截圖

screenshot

下載Sticky Notes擴展crx文件

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

擴展使用說明

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

擴展基本資訊

名稱 Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
官方網址 https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
簡介 Sticky Notes - don't ever forget a thing
檔案大小 4.25 MB
安裝次數 102
目前版本 1.0.1
更新時間 2022-12-28
上架時間 2022-12-24
評分 5.00/5 共 1 次評分
開發者 mariosloan
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sticky-us.com/
說明頁面URL https://sticky-us.com/#contact-us
隱私政策頁面URL https://sticky-us.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}