GOTO

GOTO helps you navigate through all your most favorite websites.

What is GOTO?

GOTO is a Chrome extension developed by Alexis Fasquel, and its main feature is "GOTO helps you navigate through all your most favorite websites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GOTO Extension CRX File

Download GOTO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Official URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Description GOTO helps you navigate through all your most favorite websites.
File Size 256 KB
Installation Count 24
Current Version 1.0
Last Updated 2014-11-30
Publish Date 2014-11-30
Rating 5.00/5 Total 3 Ratings
Developer Alexis Fasquel
Email [email protected]
Payment Type free
Extension Website http://alexisfasquel.github.io/goto/
Supported Languages 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"
    }
}