Wiki Walk Escape
Easily close all tabs from one site.
Qu'est-ce que Wiki Walk Escape ?
Wiki Walk Escape est une extension Chrome développée par https://site.simonandrewbrown.co.uk, et sa fonction principale est "Easily close all tabs from one site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wiki Walk Escape
Téléchargez les fichiers d'extension Wiki Walk Escape 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
Easily close all tabs from one site. Useful if you have spent ages reading through a site such as Wikipedia or TvTropes, opened up a large amount of tabs and want to get some work done. Icon source: http://commons.wikimedia.org/wiki/File:Symbol_delete_vote.svg
Informations de Base sur l'Extension
Nom | Wiki Walk Escape |
ID | gagnglpkhahfajkgpaknogcingpimkal |
URL Officiel | https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal |
Description | Easily close all tabs from one site. |
Taille du Fichier | 47.44 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2013-03-10 |
Date de Publication | 2013-03-09 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | https://site.simonandrewbrown.co.uk |
Type de Paiement | free |
Site Web de l'Extension | http://www.isimonbrown.co.uk/contact/ |
URL de la Page d'Aide | http://www.isimonbrown.co.uk/contact/ |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wiki Walk Escape", "version": "1.5", "manifest_version": 2, "description": "Easily close all tabs from one site.", "minimum_chrome_version": "20.0", "background": { "scripts": [ "common.js", "main.js" ] }, "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Escape Wiki Walk", "default_icon": "icon-19.png", "default_popup": "popup.html" }, "commands": { "close-tabs": { "suggested_key": { "default": "Alt+C" }, "description": "Close all tabs with the same domain as the selected one." } } } |