Backxtab
Shortcut to the last visited tabs.
Qu'est-ce que Backxtab ?
Backxtab est une extension Chrome développée par Damien Brunet, et sa fonction principale est "Shortcut to the last visited tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Backxtab
Téléchargez les fichiers d'extension Backxtab 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
Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc... When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time. You can customize the delay before the counter turns off: right-click the icon and choose 'options'. You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts Open-source: https://github.com/djrekca/Backxtab
Informations de Base sur l'Extension
Nom | |
ID | fnfpaldoamkghkmcdpnailhjbibfkdei |
URL Officiel | https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei |
Description | Shortcut to the last visited tabs. |
Taille du Fichier | 17.2 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-06-06 |
Date de Publication | 2019-04-26 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Damien Brunet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_extName__" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |