Web-Bar

Make your Chrome homepage more fun and attractive.

Web-Bar là gì?

Web-Bar là một tiện ích mở rộng Chrome được phát triển bởi http://web-bar.biz, và tính năng chính của nó là "Make your Chrome homepage more fun and attractive.".

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

screenshot

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

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

                        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                    

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

Tên Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
URL Chính Thức https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
Mô tả Make your Chrome homepage more fun and attractive.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.9.3
Cập Nhật Lần Cuối 2016-12-13
Ngày Phát Hành 2016-12-13
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://web-bar.biz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://web-bar.biz
URL Trang Chính Sách Bảo Mật http://playbar.biz/policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}