Wiki Walk Escape
Easily close all tabs from one site.
What is Wiki Walk Escape?
Wiki Walk Escape is a Chrome extension developed by https://site.simonandrewbrown.co.uk, and its main feature is "Easily close all tabs from one site.".
Extension Screenshots
Download Wiki Walk Escape Extension CRX File
Download Wiki Walk Escape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Wiki Walk Escape |
ID | gagnglpkhahfajkgpaknogcingpimkal |
Official URL | https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal |
Description | Easily close all tabs from one site. |
File Size | 47.44 KB |
Installation Count | 25 |
Current Version | 1.5 |
Last Updated | 2013-03-10 |
Publish Date | 2013-03-09 |
Rating | 4.60/5 Total 5 Ratings |
Developer | https://site.simonandrewbrown.co.uk |
Payment Type | free |
Extension Website | http://www.isimonbrown.co.uk/contact/ |
Help Page URL | http://www.isimonbrown.co.uk/contact/ |
Supported Languages | 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." } } } |