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”。
扩展截图
下载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 |
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" } |