Wiki Walk Escape

Easily close all tabs from one site.

ما هو Wiki Walk Escape؟

Wiki Walk Escape هو إضافة Chrome تم تطويرها بواسطة https://site.simonandrewbrown.co.uk، والميزة الرئيسية لها هي "Easily close all tabs from one site.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wiki Walk Escape

قم بتنزيل ملفات الامتداد Wiki Walk Escape بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Wiki Walk Escape Wiki Walk Escape
ID gagnglpkhahfajkgpaknogcingpimkal
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiki-walk-escape/gagnglpkhahfajkgpaknogcingpimkal
الوصف Easily close all tabs from one site.
حجم الملف 47.44 KB
عدد التثبيتات 25
النسخة الحالية 1.5
آخر تحديث 2013-03-10
تاريخ النشر 2013-03-09
تقييم 4.60/5 مجموع تقييمات 5
المطور https://site.simonandrewbrown.co.uk
نوع الدفع free
موقع الإضافة http://www.isimonbrown.co.uk/contact/
عنوان صفحة المساعدة http://www.isimonbrown.co.uk/contact/
اللغات المدعومة 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."
        }
    }
}