Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Hvad er Just One Tab?
Just One Tab er en Chrome-udvidelse udviklet af https://jot.pm, og dens hovedfunktion er "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Udvidelsesskærmbilleder
Download Just One Tab-udvidelses-CRX-fil
Download Just One Tab-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
Just One Tab is a free Google Chrome extension that forces you to single-task. Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.
Grundlæggende oplysninger om udvidelsen
Navn | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
Officiel URL | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Beskrivelse | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Filstørrelse | 152 KB |
Antal Installationer | 99 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2018-02-16 |
Udgivelsesdato | 2018-02-16 |
Udvikler | https://jot.pm |
Betalingsmetode | free |
Udvidelseswebsted | http://jot.pm/ |
Hjælpeside-URL | http://jot.pm/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just One Tab", "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.", "version": "0.1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Tab Limit" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |