Power Close

A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.

ما هو Power Close؟

Power Close هو إضافة Chrome تم تطويرها بواسطة https://power-close.com، والميزة الرئيسية لها هي "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.".

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

تحميل ملف CRX للإضافة Power Close

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

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

                        An extension, for the tab addict, to close all tabs with URLs containing a keyword or a domain name. For example, if you have many facebook tabs open and not in order, you can just use this extension, write "facebook.com", hit enter and voila, all facebook tabs are now closed!                    

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

الاسم Power Close Power Close
ID jjpmcpmmajigbkjchbkoclipomlmpaaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj
الوصف A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
حجم الملف 11.45 KB
عدد التثبيتات 92
النسخة الحالية 0.5.2
آخر تحديث 2016-06-27
تاريخ النشر 2016-06-26
تقييم 5.00/5 مجموع تقييمات 2
المطور https://power-close.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.power-close.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power Close",
    "version": "0.5.2",
    "description": "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Power Close",
        "default_popup": "popup\/popup.html"
    },
    "author": "Mosab",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/mos3abof\/firefox-power-close",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}