Tabbie
The missing tab manager for Chrome
What is Tabbie?
Tabbie is a Chrome extension developed by hharnisc, and its main feature is "The missing tab manager for Chrome".
Extension Screenshots
Download Tabbie Extension CRX File
Download Tabbie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tabbie |
ID | aingjdeimmekeknhjcbnigfbfbboffeo |
Official URL | https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo |
Description | The missing tab manager for Chrome |
File Size | 106 KB |
Installation Count | 3,107 |
Current Version | 0.4.1 |
Last Updated | 2017-03-19 |
Publish Date | 2017-03-19 |
Rating | 3.62/5 Total 29 Ratings |
Developer | hharnisc |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |