Custom Shortcut Button

Allows you to set a custom shortcut button next to your address bar.

Τι είναι το Custom Shortcut Button;

Το Custom Shortcut Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xylophono, και η κύρια λειτουργία του είναι "Allows you to set a custom shortcut button next to your address bar.".

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

screenshot
screenshot

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

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

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

                        Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options".

Changelog:

V1.0 - Jan 31st 2017
- Initial release.

For any issues please contact [email protected] :)                    

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

Όνομα Custom Shortcut Button Custom Shortcut Button
ID kcmejemnmnheajipjgilcefofjchdafg
Επίσημο URL https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg
Περιγραφή Allows you to set a custom shortcut button next to your address bar.
Μέγεθος Αρχείου 48.96 KB
Αριθμός Εγκαταστάσεων 713
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-01-31
Ημερομηνία Δημοσίευσης 2017-01-31
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής xylophono
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Shortcut Button",
    "short_name": "Custom Shortcut",
    "description": "Allows you to set a custom shortcut button next to your address bar.",
    "version": "1.0",
    "version_name": "1.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png",
        "512": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "index.html"
    }
}