miniTab
A lightweight tabs keeper
What is miniTab?
miniTab is a Chrome extension developed by gywn, and its main feature is "A lightweight tabs keeper".
Extension Screenshots
Download miniTab Extension CRX File
Download miniTab 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
Hint: go to Chrome's "Extensions > Keyboard shortcuts", activate shortcuts for even faster tabs managing.
Extension Basic Information
Name | miniTab |
ID | ojoahdaioinnmlepokcnndpkifopdccg |
Official URL | https://chromewebstore.google.com/detail/minitab/ojoahdaioinnmlepokcnndpkifopdccg |
Description | A lightweight tabs keeper |
File Size | 73 KB |
Installation Count | 119 |
Current Version | 2.1 |
Last Updated | 2016-05-31 |
Publish Date | 2016-05-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | gywn |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery-2.0.3.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "commands": { "archive-active-tab": { "description": "Archive & close the current tab", "suggested_key": { "default": "Alt+Shift+2" } }, "toggle-active-tab-highlight": { "description": "Toggle highlighting mode", "suggested_key": { "default": "Alt+Shift+1" } } }, "content_scripts": [ { "js": [ "js\/content-persistent.js" ], "css": [ "css\/content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "A lightweight tabs keeper", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "miniTab", "permissions": [ "tabs", " |