Tab Control
Helps users to manage their tabs... especially during exam season!
What is Tab Control?
Tab Control is a Chrome extension developed by julie.xxue, and its main feature is "Helps users to manage their tabs... especially during exam season!".
Extension Screenshots
Download Tab Control Extension CRX File
Download Tab Control 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
Extension that allows you to search through your open tabs.
Extension Basic Information
Name | |
ID | popmafmnbegjdlendkcciihndkolkkek |
Official URL | https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek |
Description | Helps users to manage their tabs... especially during exam season! |
File Size | 157 KB |
Installation Count | 23 |
Current Version | 1.0.1 |
Last Updated | 2016-01-15 |
Publish Date | 2016-01-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | julie.xxue |
Payment Type | free |
Extension Website | https://github.com/ldreyes/Tab-Control |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "description": "Helps users to manage their tabs... especially during exam season!", "version": "1.0.1", "browser_action": { "default_icon": ".\/img\/tab.png", "default_popup": "popup.html", "default_title": "Tab-Control" }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |