Tabmaster
Tame your tabs.
What is Tabmaster?
Tabmaster is a Chrome extension developed by https://www.a9.io, and its main feature is "Tame your tabs.".
Extension Screenshots
Download Tabmaster Extension CRX File
Download Tabmaster 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
Out now: Tabmaster 1.8! Favicons and better window inspection! If your workflow is full of tabs that you don't need for a while, this extension is a must-have. Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again. Useful for: - Saving something to be read later - Giving research projects a rest till the next day - Switching from one workspace to the next ======== 1.87: Bug fixes to window preview and favicons.
Extension Basic Information
Name | Tabmaster |
ID | pojgemmobcnjmnpodjmgeofdgojpkepn |
Official URL | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn |
Description | Tame your tabs. |
File Size | 15.77 KB |
Installation Count | 42 |
Current Version | 1.88 |
Last Updated | 2014-11-28 |
Publish Date | 2014-11-28 |
Rating | 4.43/5 Total 7 Ratings |
Developer | https://www.a9.io |
Payment Type | free |
Extension Website | http://a9.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabmaster", "description": "Tame your tabs.", "short_name": "Tame your tabs.", "manifest_version": 2, "version": "1.88", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Tabmaster", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |