Tab Stasher
Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
什么是Tab Stasher?
Tab Stasher是由https://www.zenoven.com开发的Chrome扩展程序,该扩展的主要功能是“Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup”。
扩展截图
下载Tab Stasher扩展crx文件
下载Tab Stasher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。 扩展基本信息
| 名称 | |
| ID | igbkiendclmannlppkbacbfnolhgoino |
| 官方URL | https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino |
| 简介 | Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup |
| 文件大小 | 67.76 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2016-12-13 |
| 上架时间 | 2016-12-13 |
| 评分 | 4.63/5 共8次评分 |
| 开发者 | https://www.zenoven.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/zenoven/tab-stash |
| 隐私政策页面URL | https://github.com/zenoven/privacy-policy/blob/main/README.md |
| 支持的语言 | en,en-US,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.1.3",
"manifest_version": 2,
"minimum_chrome_version": "16",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"browser_action": {
"default_icon": "images\/16.png",
"default_popup": "views\/popup.html"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"contextMenus",
"tabs",
"storage",
"bookmarks"
],
"background": {
"scripts": [
"js\/background.bundle.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |