Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Was ist Just One Tab?
Just One Tab ist eine Chrome-Erweiterung, die von https://jot.pm entwickelt wurde, und ihr Hauptmerkmal ist "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Erweiterungsscreenshots
Just One Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Just One Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
Offizielle URL | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Beschreibung | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Dateigröße | 152 KB |
Installationsanzahl | 99 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2018-02-16 |
Veröffentlichungsdatum | 2018-02-16 |
Entwickler | https://jot.pm |
Zahlungsart | free |
Erweiterungswebsite | http://jot.pm/ |
Hilfeseite URL | http://jot.pm/ |
Unterstützte Sprachen | 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 } |