GOTO

GOTO helps you navigate through all your most favorite websites.

Qu'est-ce que GOTO ?

GOTO est une extension Chrome développée par Alexis Fasquel, et sa fonction principale est "GOTO helps you navigate through all your most favorite websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GOTO

Téléchargez les fichiers d'extension GOTO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
URL Officiel https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Description GOTO helps you navigate through all your most favorite websites.
Taille du Fichier 256 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-30
Date de Publication 2014-11-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur Alexis Fasquel
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://alexisfasquel.github.io/goto/
Langues Prises en Charge 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"
    }
}