Tabbie
The missing tab manager for Chrome
什么是Tabbie?
Tabbie是由hharnisc开发的Chrome扩展程序,该扩展的主要功能是“The missing tab manager for Chrome”。
扩展截图
下载Tabbie扩展crx文件
下载Tabbie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.
扩展基本信息
名称 | Tabbie |
ID | aingjdeimmekeknhjcbnigfbfbboffeo |
官方URL | https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo |
简介 | The missing tab manager for Chrome |
文件大小 | 106 KB |
安装次数 | 3,107 |
当前版本 | 0.4.1 |
更新时间 | 2017-03-19 |
上架时间 | 2017-03-19 |
评分 | 3.62/5 共29次评分 |
开发者 | hharnisc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbie", "short_name": "Tabbie", "description": "The missing tab manager for Chrome", "version": "0.4.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |