Web-Bar

Make your Chrome homepage more fun and attractive.

Web-Barとは何ですか?

Web-Barはhttp://web-bar.bizによって開発されたChromeの拡張機能で、その主な機能は「Make your Chrome homepage more fun and attractive.」です。

拡張機能のスクリーンショット

screenshot

Web-Bar拡張機能のCRXファイルをダウンロード

Web-Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser.

-------

Versions:
0.9.2 - Beta testing
0.9.3 - Various Bug Fixes                    

拡張機能の基本情報

名前 Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
公式URL https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
説明 Make your Chrome homepage more fun and attractive.
ファイルサイズ 162 KB
インストール数 12
現在のバージョン 0.9.3
最終更新日 2016-12-13
公開日 2016-12-13
評価 1.00/5 合計 2 レビュー
開発者 http://web-bar.biz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://web-bar.biz
プライバシーポリシーページのURL http://playbar.biz/policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Bar",
    "description": "Make your Chrome homepage more fun and attractive.",
    "version": "0.9.3",
    "permissions": [
        "https:\/\/query.yahooapis.com\/*",
        "http:\/\/web-bar.biz\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab-page.html"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19px.png",
            "38": "icon_38px.png"
        },
        "default_title": "Web-Bar"
    },
    "icons": {
        "16": "16.png",
        "48": "128.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}