Open Tabs
Show open tabs
Qu'est-ce que Open Tabs ?
Open Tabs est une extension Chrome développée par Syl, et sa fonction principale est "Show open tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Tabs
Téléchargez les fichiers d'extension Open Tabs 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 is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
Informations de Base sur l'Extension
Nom | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
URL Officiel | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
Description | Show open tabs |
Taille du Fichier | 34.91 KB |
Nombre d'Installations | 1,226 |
Version Actuelle | 0.3.2 |
Dernière Mise à Jour | 2017-06-22 |
Date de Publication | 2017-06-22 |
Évaluation | 3.75/5 Total 12 Évaluations |
Développeur | Syl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sylouuu/chrome-open-tabs |
URL de la Page d'Aide | https://github.com/sylouuu/chrome-open-tabs/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |