GOTO

GOTO helps you navigate through all your most favorite websites.

Wat is GOTO?

GOTO is een Chrome-extensie ontwikkeld door Alexis Fasquel, en de belangrijkste functie is "GOTO helps you navigate through all your most favorite websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GOTO

Download GOTO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Officiële URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Beschrijving GOTO helps you navigate through all your most favorite websites.
Bestandsgrootte 256 KB
Aantal Installaties 24
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-30
Publicatiedatum 2014-11-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Alexis Fasquel
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://alexisfasquel.github.io/goto/
Ondersteunde Talen 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"
    }
}