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…」です。
拡張機能のスクリーンショット
QBar Extension拡張機能のCRXファイルをダウンロード
QBar Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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" ] } |