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
公式URL 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
Eメール [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"
    ]
}