Wiki Walk Escape

Easily close all tabs from one site.

Wiki Walk Escape là gì?

Wiki Walk Escape là một tiện ích mở rộng Chrome được phát triển bởi https://site.simonandrewbrown.co.uk, và tính năng chính của nó là "Easily close all tabs from one site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wiki Walk Escape

Tải xuống các tệp mở rộng Wiki Walk Escape dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wiki Walk Escape Wiki Walk Escape
ID gagnglpkhahfajkgpaknogcingpimkal
URL Chính Thức https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal
Mô tả Easily close all tabs from one site.
Kích Thước Tệp 47.44 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2013-03-10
Ngày Phát Hành 2013-03-09
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://site.simonandrewbrown.co.uk
Loại Thanh Toán free
Trang Web Mở Rộng http://www.isimonbrown.co.uk/contact/
URL Trang Trợ Giúp http://www.isimonbrown.co.uk/contact/
Ngôn Ngữ Được Hỗ Trợ 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."
        }
    }
}