One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Qu'est-ce que One Tab to Rule Them All ?
One Tab to Rule Them All est une extension Chrome développée par Michael Taylor, et sa fonction principale est "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One Tab to Rule Them All
Téléchargez les fichiers d'extension One Tab to Rule Them All 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
This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
Informations de Base sur l'Extension
Nom | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
URL Officiel | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
Description | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
Taille du Fichier | 22.21 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-08-07 |
Date de Publication | 2018-08-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Michael Taylor |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |