koko Note

Ready, simple and minimalist notepad

什麼是koko Note?

koko Note是由jecsham開發的Chrome擴展程式,該擴展的主要功能是“Ready, simple and minimalist notepad”。

擴展截圖

screenshot

下載koko Note擴展crx文件

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

擴展使用說明

                        Features:
* Instant notepad to save or get things quickly and easily.
* No internet connection required.
* Auto save.
* Minimalist and simple.

Important:
The data is saved locally, be sure to save your koko Note on an external notepad if you plan to remove this extension, cause the data will be lost and will not be recovered in future installations.

Patch notes:

Version 1.0.0
- Initial version                    

擴展基本資訊

名稱 koko Note koko Note
ID bechkiiajopiagbjhpdahfbfodpnncbf
官方網址 https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf
簡介 Ready, simple and minimalist notepad
檔案大小 7.16 KB
安裝次數 44
目前版本 1.0.0
更新時間 2018-06-12
上架時間 2018-06-11
評分 5.00/5 共 1 次評分
開發者 jecsham
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "koko Note",
    "version": "1.0.0",
    "description": "Ready, simple and minimalist notepad",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Write a note in koko Note",
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ]
}