TabNote

Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…

什麼是TabNote?

TabNote是由https://berry.ai開發的Chrome擴展程式,該擴展的主要功能是“Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…”。

擴展截圖

screenshot
screenshot
screenshot

下載TabNote擴展crx文件

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

擴展使用說明

                        Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar button, and you can quickly take some ideas, memos, phone number, etc. into an editable tab in browser. 

It can also auto-save the notes to browser local storage, even offline. So you don't need to worry about it would lose after closing the browser.                    

擴展基本資訊

名稱 TabNote TabNote
ID jncefijnopciiocdgnhgbjkajeljnobn
官方網址 https://chromewebstore.google.com/detail/tabnote/jncefijnopciiocdgnhgbjkajeljnobn
簡介 Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…
檔案大小 301 KB
安裝次數 44
目前版本 0.2
更新時間 2017-01-17
上架時間 2017-01-17
評分 5.00/5 共 2 次評分
開發者 https://berry.ai
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabNote",
    "version": "0.2",
    "icons": {
        "128": "tabnote.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "tabnote.png"
    },
    "permissions": [
        "tabs"
    ]
}