QBar Extension

QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…

ما هو QBar Extension؟

QBar Extension هو إضافة Chrome تم تطويرها بواسطة Smith، والميزة الرئيسية لها هي "QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة QBar Extension

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

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

                        How to reopen the accidentally closed webpage?
How to quickly find your favriate browser theme from many of them?
How to open incognito window?
Where to see the downloads?
......
Qbar,  a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified operations,  comfortable for surfing!                    

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

الاسم QBar Extension QBar Extension
ID gplkildghlidhhkkmkbochodbkpcmphl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/qbar-extension/gplkildghlidhhkkmkbochodbkpcmphl
الوصف QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…
حجم الملف 487 KB
عدد التثبيتات 19
النسخة الحالية 1.0.0.7
آخر تحديث 2013-07-29
تاريخ النشر 2013-07-29
تقييم 5.00/5 مجموع تقييمات 6
المطور Smith
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0.7",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "19": "images\/19.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.0.2.min.js",
            "constants.js",
            "lib\/underscore.js",
            "common\/analytics.js",
            "common\/storage.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "background",
        "tabs",
        "bookmarks",
        "history",
        "topSites",
        "alarms",
        "management",
        "browsingData",
        "contentSettings",
        "*:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/q-bar-reset.css",
                "css\/bar.css"
            ],
            "js": [
                "lib\/jquery-2.0.2.min.js",
                "constants.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*",
        "images\/*",
        "*.html"
    ]
}