10 tabs, no more
Randomly closes tabs once you exceed 10 opened tabs.
What is 10 tabs, no more?
10 tabs, no more is a Chrome extension developed by Thibaud Courtoison, and its main feature is "Randomly closes tabs once you exceed 10 opened tabs.".
Extension Screenshots
Download 10 tabs, no more Extension CRX File
Download 10 tabs, no more 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
This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.
Extension Basic Information
Name | 10 tabs, no more |
ID | dmfaiinkmobkepebifmaenddbbomhnkm |
Official URL | https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm |
Description | Randomly closes tabs once you exceed 10 opened tabs. |
File Size | 69.27 KB |
Installation Count | 397 |
Current Version | 1.0 |
Last Updated | 2020-07-16 |
Publish Date | 2020-07-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Thibaud Courtoison |
[email protected] | |
Payment Type | free |
Extension Website | https://ten-tabs-no-more.web.app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10 tabs, no more", "version": "1.0", "description": "Randomly closes tabs once you exceed 10 opened tabs.", "homepage_url": "https:\/\/ten-tabs-no-more.web.app", "author": "Thibaud Courtoison", "icons": { "48": "img\/binoculars48.png", "96": "img\/binoculars96.png", "128": "img\/binoculars128.png" }, "permissions": [ "notifications", "storage" ], "background": { "scripts": [ "browser-polyfill.js", "configuration.js", "countdown.js", "notifications.js", "state.js", "main.js" ] }, "browser_action": { "browser_style": true, "default_title": "10 tabs, no more", "default_popup": "popup.html" } } |