GOTO

GOTO helps you navigate through all your most favorite websites.

Vad är GOTO?

GOTO är en Chrome-tillägg utvecklad av Alexis Fasquel, och dess huvudfunktion är "GOTO helps you navigate through all your most favorite websites.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner GOTO-förlängningens CRX-fil

Ladda ner GOTO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Officiell webbadress https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Beskrivning GOTO helps you navigate through all your most favorite websites.
Filstorlek 256 KB
Antal Installationer 24
Aktuell Version 1.0
Senast Uppdaterad 2014-11-30
Publiceringsdatum 2014-11-30
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Alexis Fasquel
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://alexisfasquel.github.io/goto/
Stödda Språk 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"
    }
}