shortcut

shortcut to most popular sites

Τι είναι το shortcut;

Το shortcut είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eranziman, και η κύρια λειτουργία του είναι "shortcut to most popular sites".

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

screenshot

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

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

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

                        Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect...
Here you have all these links in one convenient small pop-up.                    

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

Όνομα shortcut shortcut
ID pneeikgjlojkbjpkennpifdhljeniopj
Επίσημο URL https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj
Περιγραφή shortcut to most popular sites
Μέγεθος Αρχείου 58.95 KB
Αριθμός Εγκαταστάσεων 277
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-02-27
Ημερομηνία Δημοσίευσης 2014-02-27
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής eranziman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shortcut",
    "description": "shortcut to most popular sites",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+N",
                "mac": "MacCtrl+Shift+N"
            }
        }
    }
}