SingleTab
Removes redundant tabs when you open up a new tab!
What is SingleTab?
SingleTab is a Chrome extension developed by Calvin.L, and its main feature is "Removes redundant tabs when you open up a new tab!".
Extension Screenshots
Download SingleTab Extension CRX File
Download SingleTab 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
Automagically remove duplicate tabs for you! You will never know you had a tab manager watching your back.
Extension Basic Information
Name | SingleTab |
ID | hjohicaofnchdbgnedmpmmleoldjlcpb |
Official URL | https://chromewebstore.google.com/detail/singletab/hjohicaofnchdbgnedmpmmleoldjlcpb |
Description | Removes redundant tabs when you open up a new tab! |
File Size | 18.28 KB |
Installation Count | 57 |
Current Version | 0.1 |
Last Updated | 2020-09-29 |
Publish Date | 2020-09-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Calvin.L |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SingleTab", "version": "0.1", "description": "Removes redundant tabs when you open up a new tab!", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/single_tab16.png", "32": "images\/single_tab32.png", "48": "images\/single_tab64.png", "128": "images\/single_tab128.png" } }, "icons": { "16": "images\/single_tab16.png", "32": "images\/single_tab32.png", "48": "images\/single_tab64.png", "128": "images\/single_tab128.png" }, "manifest_version": 2 } |