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
电子邮箱 [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'"
}