Web-Bar

Make your Chrome homepage more fun and attractive.

Apa itu Web-Bar?

Web-Bar adalah ekstensi Chrome yang dikembangkan oleh http://web-bar.biz, dan fitur utamanya adalah "Make your Chrome homepage more fun and attractive.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web-Bar

Unduh file ekstensi Web-Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
URL Resmi https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
Deskripsi Make your Chrome homepage more fun and attractive.
Ukuran File 162 KB
Jumlah Instalasi 12
Versi Saat Ini 0.9.3
Terakhir Diperbarui 2016-12-13
Tanggal Publikasi 2016-12-13
Penilaian 1.00/5 Total 2 Penilaian
Pengembang http://web-bar.biz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://web-bar.biz
URL Halaman Kebijakan Privasi http://playbar.biz/policy.html
Bahasa yang Didukung 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'"
}