GOTO

GOTO helps you navigate through all your most favorite websites.

Cos'è GOTO?

GOTO è un'estensione di Chrome sviluppata da Alexis Fasquel, e la sua funzione principale è "GOTO helps you navigate through all your most favorite websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GOTO

Scarica i file di estensione GOTO 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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

Informazioni di Base sull'Estensione

Nome GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
URL Ufficiale https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Descrizione GOTO helps you navigate through all your most favorite websites.
Dimensione del File 256 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-30
Data di Pubblicazione 2014-11-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Alexis Fasquel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://alexisfasquel.github.io/goto/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}