Tab Notes

Add notes to your Chrome tabs. Just for Michael

Tab Notesとは何ですか?

Tab NotesはSwarajによって開発されたChromeの拡張機能で、その主な機能は「Add notes to your Chrome tabs. Just for Michael」です。

拡張機能のスクリーンショット

screenshot

Tab Notes拡張機能のCRXファイルをダウンロード

Tab Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

拡張機能の基本情報

名前 Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
公式URL https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
説明 Add notes to your Chrome tabs. Just for Michael
ファイルサイズ 45.1 KB
インストール数 292
現在のバージョン 1.1
最終更新日 2014-07-01
公開日 2014-07-01
評価 3.75/5 合計 4 レビュー
開発者 Swaraj
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}