swtch
Capture and share the best colors on the web.
Was ist swtch?
swtch ist eine Chrome-Erweiterung, die von madebytwelve entwickelt wurde, und ihr Hauptmerkmal ist "Capture and share the best colors on the web.".
Erweiterungsscreenshots
swtch-Erweiterungs-CRX-Datei herunterladen
Laden Sie swtch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
Offizielle URL | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Beschreibung | Capture and share the best colors on the web. |
Dateigröße | 197 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-02-01 |
Veröffentlichungsdatum | 2013-02-01 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | madebytwelve |
Zahlungsart | free |
Erweiterungswebsite | http://swtch.es |
Unterstützte Sprachen | 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'" } |