3 Tabs Only
Allows a maximum of 3 open tabs
Hvad er 3 Tabs Only?
3 Tabs Only er en Chrome-udvidelse udviklet af One Who Tinkers, og dens hovedfunktion er "Allows a maximum of 3 open tabs".
Udvidelsesskærmbilleder
Download 3 Tabs Only-udvidelses-CRX-fil
Download 3 Tabs Only-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
Grundlæggende oplysninger om udvidelsen
Navn | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
Officiel URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
Beskrivelse | Allows a maximum of 3 open tabs |
Filstørrelse | 37.33 KB |
Antal Installationer | 515 |
Nuværende Version | 7.10005 |
Senest Opdateret | 2020-03-01 |
Udgivelsesdato | 2020-03-01 |
Bedømmelse | 4.69/5 Samlet 16 Bedømmelser |
Udvikler | One Who Tinkers |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |