AnnoTabe

Leave annotations on tabs you want to get back to later

AnnoTabeとは何ですか?

AnnoTabeはManish Goregaokarによって開発されたChromeの拡張機能で、その主な機能は「Leave annotations on tabs you want to get back to later」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. 


This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes.

The extension will have a yellow icon on tabs with annotations.

One can also view a list of all the annotations, and go to the relevant tab directly from there.

See http://softwarerecs.stackexchange.com/a/1913/19 for more information.

Special thanks to @TildalWave for the icon!                    

拡張機能の基本情報

名前 AnnoTabe AnnoTabe
ID fdhebnledngmjdkhgamneiapbmjeigee
公式URL https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee
説明 Leave annotations on tabs you want to get back to later
ファイルサイズ 23.89 KB
インストール数 164
現在のバージョン 1.3.4
最終更新日 2015-04-29
公開日 2015-04-29
評価 5.00/5 合計 6 レビュー
開発者 Manish Goregaokar
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnoTabe",
    "description": "Leave annotations on tabs you want to get back to later",
    "version": "1.3.4",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icontildal19.png",
            "38": "icontildal19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icontildalactive16.png",
        "48": "icontildalactive48.png",
        "128": "icontildalactive128.png"
    },
    "incognito": "spanning"
}