OneTabPlus
Do away with so many tabs...
Qu'est-ce que OneTabPlus ?
OneTabPlus est une extension Chrome développée par sandeepkgupta007, et sa fonction principale est "Do away with so many tabs...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OneTabPlus
Téléchargez les fichiers d'extension OneTabPlus 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
1. Collapses all open tabs to one tab. 2. Allows opening of website specific tabs 3. You can continue your browsing from different machine by signing in chrome. Please see FAQs at options page.
Informations de Base sur l'Extension
Nom | OneTabPlus |
ID | pkgjcioebdojinlofdpcppaajkkdepbf |
URL Officiel | https://chromewebstore.google.com/detail/onetabplus/pkgjcioebdojinlofdpcppaajkkdepbf |
Description | Do away with so many tabs... |
Taille du Fichier | 282 KB |
Nombre d'Installations | 227 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | sandeepkgupta007 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneTabPlus", "description": "Do away with so many tabs...", "version": "1.0.1", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_title": "Click to collapse all tabs into one!", "default_icon": "icon_0.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |