URL phrases appender

Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!

Cos'è URL phrases appender?

URL phrases appender è un'estensione di Chrome sviluppata da meoke, e la sua funzione principale è "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL phrases appender

Scarica i file di estensione URL phrases appender 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

                                            

Informazioni di Base sull'Estensione

Nome URL phrases appender URL phrases appender
ID mjbgamofkgedfapbfmfjglddgghdmhlm
URL Ufficiale https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm
Descrizione Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
Dimensione del File 8.14 KB
Conteggio Installazioni 76
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-05-25
Data di Pubblicazione 2016-05-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore meoke
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL phrases appender",
    "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!",
    "version": "1.0.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "URL phrases appender"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "tabs"
    ]
}