GOTO

GOTO helps you navigate through all your most favorite websites.

Τι είναι το GOTO;

Το GOTO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alexis Fasquel, και η κύρια λειτουργία του είναι "GOTO helps you navigate through all your most favorite websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GOTO

Λήψη αρχείων επέκτασης GOTO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Επίσημο URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Περιγραφή GOTO helps you navigate through all your most favorite websites.
Μέγεθος Αρχείου 256 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-11-30
Ημερομηνία Δημοσίευσης 2014-11-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Alexis Fasquel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://alexisfasquel.github.io/goto/
Υποστηριζόμενες Γλώσσες 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"
    }
}