Smart Note

A friendly notepad you can easily add tabs to a note.

什麼是Smart Note?

Smart Note是由Vere Perrot開發的Chrome擴展程式,該擴展的主要功能是“A friendly notepad you can easily add tabs to a note.”。

擴展截圖

screenshot
screenshot
screenshot

下載Smart Note擴展crx文件

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

擴展使用說明

                        A friendly notepad you can easily add tabs to a note.

Features:
* Add note.
* Add todo list.
* Add tab to a note.
* Add tabs to a note.
* Show favorite notes.
* Search in the notes.
* Open the smart note as tab.
* Edit tabs.
* Edit notes.
* Show help page.
* Sync notes to your google account.
* Click fav icon to open a link.
* Support Chinese(China),Chinese(Taiwan),English locales.                    

擴展基本資訊

名稱 Smart Note Smart Note
ID ilhflppjpbggfgpicjblmfcckadkobcb
官方網址 https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb
簡介 A friendly notepad you can easily add tabs to a note.
檔案大小 416 KB
安裝次數 995
目前版本 1.7
更新時間 2016-01-02
上架時間 2016-01-02
評分 4.50/5 共 6 次評分
開發者 Vere Perrot
付費類型 free
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "version": "1.7",
    "author": "Vere Perrot",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "debugger",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}