Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Qu'est-ce que Just One Tab ?
Just One Tab est une extension Chrome développée par https://jot.pm, et sa fonction principale est "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Just One Tab
Téléchargez les fichiers d'extension Just One Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
URL Officiel | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Description | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Taille du Fichier | 152 KB |
Nombre d'Installations | 99 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2018-02-16 |
Date de Publication | 2018-02-16 |
Développeur | https://jot.pm |
Type de Paiement | free |
Site Web de l'Extension | http://jot.pm/ |
URL de la Page d'Aide | http://jot.pm/ |
Langues Prises en Charge | 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 } |