swtch
Capture and share the best colors on the web.
Qu'est-ce que swtch ?
swtch est une extension Chrome développée par madebytwelve, et sa fonction principale est "Capture and share the best colors on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension swtch
Téléchargez les fichiers d'extension swtch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
URL Officiel | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Description | Capture and share the best colors on the web. |
Taille du Fichier | 197 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-02-01 |
Date de Publication | 2013-02-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | madebytwelve |
Type de Paiement | free |
Site Web de l'Extension | http://swtch.es |
Langues Prises en Charge | 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'" } |