Address Bar Search Options

Address Bar Search Options

Cos'è Address Bar Search Options?

Address Bar Search Options è un'estensione di Chrome sviluppata da Kunihiro Ando, e la sua funzione principale è "Address Bar Search Options".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Address Bar Search Options

Scarica i file di estensione Address Bar Search Options in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ===== e.g =====

Keyword: pinkfloyd
option : @y


Simply type pinkfloyd@y in address bar.
ENTER-Key


v2.2 bugfix(options page)
v2.1 added options page


===== Options =====

@y  = past year
@m  = past month
@w  = past week
@d  = past 24 hours
@h  = past hour
@i  = images
@v  = videos
@yt = youtube


@2y = past 2years...
@5y = past 5years


@2m = past 2 months...
@11m = past 11 months


@2w = past 2 weeks
@3w = past 3 weeks


@2d = past 2 days...
@6d = past 6 days


@2h = past 2 hours...
@23h = past 23 hours                    

Informazioni di Base sull'Estensione

Nome Address Bar Search Options Address Bar Search Options
ID dgibfaacpcgapbgbopdcoaimigodiccn
URL Ufficiale https://chromewebstore.google.com/detail/address-bar-search-option/dgibfaacpcgapbgbopdcoaimigodiccn
Descrizione Address Bar Search Options
Dimensione del File 16.15 KB
Conteggio Installazioni 40
Versione Corrente 2.2
Ultimo Aggiornamento 2015-04-30
Data di Pubblicazione 2015-04-30
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Kunihiro Ando
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Address Bar Search Options",
    "description": "Address Bar Search Options",
    "version": "2.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}