Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

什麼是Sticky Notes?

Sticky Notes是由Divin Divakaran開發的Chrome擴展程式,該擴展的主要功能是“Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.”。

擴展截圖

screenshot
screenshot
screenshot

下載Sticky Notes擴展crx文件

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

擴展使用說明

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

擴展基本資訊

名稱 Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
官方網址 https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
簡介 Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
檔案大小 158 KB
安裝次數 1,000
目前版本 1.0
更新時間 2018-12-18
上架時間 2018-12-18
評分 2.67/5 共 6 次評分
開發者 Divin Divakaran
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.divindivakaran.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}