Web-Bar

Make your Chrome homepage more fun and attractive.

Vad är Web-Bar?

Web-Bar är en Chrome-tillägg utvecklad av http://web-bar.biz, och dess huvudfunktion är "Make your Chrome homepage more fun and attractive.".

Tilläggsskärmbilder

screenshot

Ladda ner Web-Bar-förlängningens CRX-fil

Ladda ner Web-Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
Officiell webbadress https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
Beskrivning Make your Chrome homepage more fun and attractive.
Filstorlek 162 KB
Antal Installationer 12
Aktuell Version 0.9.3
Senast Uppdaterad 2016-12-13
Publiceringsdatum 2016-12-13
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare http://web-bar.biz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://web-bar.biz
URL till Sekretesspolicy Sidan http://playbar.biz/policy.html
Stödda Språk 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'"
}