GOTO

GOTO helps you navigate through all your most favorite websites.

Co je GOTO?

GOTO je rozšíření Chrome vyvinuté Alexis Fasquel, a jeho hlavní funkcí je „GOTO helps you navigate through all your most favorite websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GOTO

Stáhněte si soubory rozšíření GOTO ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Oficiální URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Popis GOTO helps you navigate through all your most favorite websites.
Velikost souboru 256 KB
Počet instalací 24
Aktuální Verze 1.0
Poslední Aktualizace 2014-11-30
Datum Vydání 2014-11-30
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Alexis Fasquel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://alexisfasquel.github.io/goto/
Podporované Jazyky 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"
    }
}