Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Qu'est-ce que Open Tabs ?
Open Tabs est une extension Chrome développée par opentabs, et sa fonction principale est "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".
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
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Informations de Base sur l'Extension
Nom | Open Tabs |
ID | anffifgedjhloingebbhadnfengmbapm |
URL Officiel | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
Description | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
Taille du Fichier | 71.36 KB |
Nombre d'Installations | 109 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2014-08-23 |
Date de Publication | 2014-08-23 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | opentabs |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/myopentabs |
URL de la Page d'Aide | https://twitter.com/myopentabs |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Tabs", "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.", "version": "0.1.4", "incognito": "split", "icons": { "48": "opentabsfavicon48.ico", "128": "opentabsfavicon.ico" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "opentabs.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |