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