swtch

Capture and share the best colors on the web.

Τι είναι το swtch;

Το swtch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον madebytwelve, και η κύρια λειτουργία του είναι "Capture and share the best colors on the web.".

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

screenshot

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

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

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

                        swtch is a Google Chrome extension that allows you to sample the colors on any webpage. swtch crawls the page for visible colors and displays an organized color palette. You can share your favorite swtches, and copy individual color values to the clipboard.

swtch is in version 1.0.

Please send feedback to: [email protected]                    

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

Όνομα swtch swtch
ID aldilnpghkandlmfcooiahjmcknjojhg
Επίσημο URL https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg
Περιγραφή Capture and share the best colors on the web.
Μέγεθος Αρχείου 197 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2013-02-01
Ημερομηνία Δημοσίευσης 2013-02-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής madebytwelve
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://swtch.es
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swtch",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Capture and share the best colors on the web.",
    "browser_action": {
        "default_title": "swtch",
        "default_icon": {
            "19": "img\/swtch_19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/swtch_19.png",
        "48": "img\/swtch_48.png",
        "128": "img\/swtch_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/use.typekit.net\/ https:\/\/ssl.google-analytics.com\/; object-src 'self'"
}