Tab Close Timer
Closes the tab after specified time!
Vad är Tab Close Timer?
Tab Close Timer är en Chrome-tillägg utvecklad av Aditya Mhatre, och dess huvudfunktion är "Closes the tab after specified time!".
Tilläggsskärmbilder
Ladda ner Tab Close Timer-förlängningens CRX-fil
Ladda ner Tab Close Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
Grundläggande Information om Tillägg
Namn | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Beskrivning | Closes the tab after specified time! |
Filstorlek | 15.29 KB |
Antal Installationer | 3,119 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-01-19 |
Publiceringsdatum | 2022-01-18 |
Betyg | 4.00/5 Totalt 7 Betyg |
Utvecklare | Aditya Mhatre |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |