New Address Bar

Providing a new way to search or go to a web page.

Wat is New Address Bar?

New Address Bar is een Chrome-extensie ontwikkeld door HiSoft, en de belangrijkste functie is "Providing a new way to search or go to a web page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Address Bar

Download New Address Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Providing a new way to search or go to a web page. On every web page, you can click on the balloon icon, and you can type a keyword, or an address, and hit Enter. The extension will drive you to the search result or the web page you want.                    

Basisinformatie over de Extensie

Naam New Address Bar New Address Bar
ID pjpbjboafkcbfpgiodfpfbehkjobdppe
Officiële URL https://chromewebstore.google.com/detail/new-address-bar/pjpbjboafkcbfpgiodfpfbehkjobdppe
Beschrijving Providing a new way to search or go to a web page.
Bestandsgrootte 22.02 KB
Aantal Installaties 394
Huidige Versie 1.0.0.8
Laatst Bijgewerkt 2022-02-02
Publicatiedatum 2018-05-28
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar HiSoft
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/view/crx/home#h.p_yQlLjva2EMDE
Help Pagina-URL https://sites.google.com/view/crx/home#h.p_yQlLjva2EMDE
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Address Bar",
    "short_name": "No Address Bar",
    "manifest_version": 2,
    "version": "1.0.0.8",
    "description": "Providing a new way to search or go to a web page.",
    "browser_action": {
        "default_icon": "48.png",
        "default_title": "AddressBar"
    },
    "background": {
        "page": "bgr.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "css": [
                "gsearch.css"
            ],
            "js": [
                "gsearch.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "128.png"
    ],
    "icons": {
        "48": "48.png",
        "16": "16.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}