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 |
Eメール | [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'" } |