GET WEB SITE THEME COLOR

It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors.

Τι είναι το GET WEB SITE THEME COLOR;

Το GET WEB SITE THEME COLOR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον deren, και η κύρια λειτουργία του είναι "It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GET WEB SITE THEME COLOR

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

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

                        ■ Update✨
・2022/10/24
Fixed the problem that the background color cannot be obtained on some pages.

■ Features🚀
・Click the icon to see the theme colors used on the open website.
・You can know the background color and the text color.
・You can graph how much theme color is used.
・You can copy the clicked color code by clicking on the graph.

■ Notes⚠️
・Please refresh the screen of the website page that was open when you added or updated this extension.
・Some pages may not be available for security reasons.
・Color of Image cannot be acquired.

Thank you.                    

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

Όνομα GET WEB SITE THEME COLOR GET WEB SITE THEME COLOR
ID dbnbaoinihpfmkcmnlabklckngadaadm
Επίσημο URL https://chromewebstore.google.com/detail/get-web-site-theme-color/dbnbaoinihpfmkcmnlabklckngadaadm
Περιγραφή It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors.
Μέγεθος Αρχείου 153 KB
Αριθμός Εγκαταστάσεων 1,015
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2022-10-26
Ημερομηνία Δημοσίευσης 2021-06-27
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής deren
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/deren2525/get-web-site-theme-color
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "1.2.1",
    "description": "__MSG_Description__",
    "action": {
        "default_title": "__MSG_Name__",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/images\/icon.png",
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "default_locale": "en"
}