TabAddict
A light-weight session saver.
什么是TabAddict?
TabAddict是由Peter Nelson开发的Chrome扩展程序,该扩展的主要功能是“A light-weight session saver.”。
扩展截图
下载TabAddict扩展crx文件
下载TabAddict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension.
TabAddict allows you to...
* Capture the current session--urls, in plain text format
* Annotate sessions--keep track of what you were doing
* Open saved sessions--it's as simple as drag and drop
* Stay in control--your data can't get lost in the cloud 扩展基本信息
| 名称 | |
| ID | opkihdncekmggmhjbdkmnlelgmlemlmd |
| 官方URL | https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd |
| 简介 | A light-weight session saver. |
| 文件大小 | 59.01 KB |
| 安装次数 | 21 |
| 当前版本 | 1.1 |
| 更新时间 | 2012-09-18 |
| 上架时间 | 2012-09-18 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | Peter Nelson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabAddict",
"version": "1.1",
"manifest_version": 2,
"description": "A light-weight session saver.",
"browser_action": {
"default_icon": "icon.png",
"dnd": "dnd.html",
"launch": "launch.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs"
],
"options_page": "options.html",
"homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/"
} | |