QBar Extension

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

QBar Extension là gì?

QBar Extension là một tiện ích mở rộng Chrome được phát triển bởi Smith, và tính năng chính của nó là "QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng QBar Extension 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

                        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!                    

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

Tên QBar Extension QBar Extension
ID gplkildghlidhhkkmkbochodbkpcmphl
URL Chính Thức https://chrome.google.com/webstore/detail/qbar-extension/gplkildghlidhhkkmkbochodbkpcmphl
Mô tả QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0.7
Cập Nhật Lần Cuối 2013-07-29
Ngày Phát Hành 2013-07-29
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Smith
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}