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
官方網址 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"
}