Wiki Walk Escape
Easily close all tabs from one site.
Wat is Wiki Walk Escape?
Wiki Walk Escape is een Chrome-extensie ontwikkeld door https://site.simonandrewbrown.co.uk, en de belangrijkste functie is "Easily close all tabs from one site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wiki Walk Escape
Download Wiki Walk Escape-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Wiki Walk Escape |
ID | gagnglpkhahfajkgpaknogcingpimkal |
Officiële URL | https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal |
Beschrijving | Easily close all tabs from one site. |
Bestandsgrootte | 47.44 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2013-03-10 |
Publicatiedatum | 2013-03-09 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://site.simonandrewbrown.co.uk |
Betalingswijze | free |
Extensiewebsite | http://www.isimonbrown.co.uk/contact/ |
Help Pagina-URL | http://www.isimonbrown.co.uk/contact/ |
Ondersteunde Talen | 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." } } } |