GOTO

GOTO helps you navigate through all your most favorite websites.

Hvad er GOTO?

GOTO er en Chrome-udvidelse udviklet af Alexis Fasquel, og dens hovedfunktion er "GOTO helps you navigate through all your most favorite websites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download GOTO-udvidelses-CRX-fil

Download GOTO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Officiel URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Beskrivelse GOTO helps you navigate through all your most favorite websites.
Filstørrelse 256 KB
Antal Installationer 24
Nuværende Version 1.0
Senest Opdateret 2014-11-30
Udgivelsesdato 2014-11-30
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Alexis Fasquel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://alexisfasquel.github.io/goto/
Understøttede Sprog 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"
    }
}