Tab Master
Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements
What is Tab Master?
Tab Master is a Chrome extension developed by tabmasterext, and its main feature is "Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements".
Extension Screenshots
Download Tab Master Extension CRX File
Download Tab Master 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
Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements
Extension Basic Information
Name | Tab Master |
ID | oehajlngajkdibjbafglpapolglcmlgb |
Official URL | https://chromewebstore.google.com/detail/tab-master/oehajlngajkdibjbafglpapolglcmlgb |
Description | Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements |
File Size | 78.83 KB |
Installation Count | 47 |
Current Version | 1.0 |
Last Updated | 2021-07-20 |
Publish Date | 2021-07-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | tabmasterext |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/url-encoder-decoder-extension/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Master", "version": "1.0", "icons": { "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "icon64.png", "128": "icon128.png" } }, "background": { "scripts": [ "background.js", "jquery-3.6.0.min.js" ], "persistent": false }, "permissions": [] } |