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은(는) Smith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QBar, a browser helper specially designed for Chrome, deep in user behavior, optimized common Chrome functions for user, simplified…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QBar Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}