GOTO

GOTO helps you navigate through all your most favorite websites.

Was ist GOTO?

GOTO ist eine Chrome-Erweiterung, die von Alexis Fasquel entwickelt wurde, und ihr Hauptmerkmal ist "GOTO helps you navigate through all your most favorite websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GOTO-Erweiterungs-CRX-Datei herunterladen

Laden Sie GOTO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Offizielle URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Beschreibung GOTO helps you navigate through all your most favorite websites.
Dateigröße 256 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2014-11-30
Veröffentlichungsdatum 2014-11-30
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Alexis Fasquel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://alexisfasquel.github.io/goto/
Unterstützte Sprachen 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"
    }
}