Themes For Chrome

Get quick access to all my top themes right in your Chrome browser

Τι είναι το Themes For Chrome;

Το Themes For Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.chromethemer.com, και η κύρια λειτουργία του είναι "Get quick access to all my top themes right in your Chrome browser".

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

screenshot
screenshot
screenshot

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

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

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

                        This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes.

Download Free Themes For Google Chrome.  Awesome Themes To Choose From, Updated Daily.  

Free Updates & New Theme Releases!

Get Quick & Easy Access to ChromeThemer.com

DOWNLOAD NOW & Please Rate or Leave a Comment ...                    

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

Όνομα Themes For Chrome Themes For Chrome
ID hhgbfciofeannobmgngkfgjkanpiphpa
Επίσημο URL https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa
Περιγραφή Get quick access to all my top themes right in your Chrome browser
Μέγεθος Αρχείου 13.63 KB
Αριθμός Εγκαταστάσεων 1,688
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-06-07
Ημερομηνία Δημοσίευσης 2020-06-05
Αξιολόγηση 3.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://www.chromethemer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.chromethemer.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.chromethemer.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.chromethemer.com/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes For Chrome",
    "description": "Get quick access to all my top themes right in your Chrome browser",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}