Wiki Walk Escape
Easily close all tabs from one site.
Apa itu Wiki Walk Escape?
Wiki Walk Escape adalah ekstensi Chrome yang dikembangkan oleh https://site.simonandrewbrown.co.uk, dan fitur utamanya adalah "Easily close all tabs from one site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wiki Walk Escape
Unduh file ekstensi Wiki Walk Escape dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Wiki Walk Escape |
ID | gagnglpkhahfajkgpaknogcingpimkal |
URL Resmi | https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal |
Deskripsi | Easily close all tabs from one site. |
Ukuran File | 47.44 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2013-03-10 |
Tanggal Publikasi | 2013-03-09 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | https://site.simonandrewbrown.co.uk |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.isimonbrown.co.uk/contact/ |
URL Halaman Bantuan | http://www.isimonbrown.co.uk/contact/ |
Bahasa yang Didukung | 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." } } } |