swtch
Capture and share the best colors on the web.
Cos'è swtch?
swtch è un'estensione di Chrome sviluppata da madebytwelve, e la sua funzione principale è "Capture and share the best colors on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione swtch
Scarica i file di estensione swtch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
URL Ufficiale | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Descrizione | Capture and share the best colors on the web. |
Dimensione del File | 197 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-02-01 |
Data di Pubblicazione | 2013-02-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | madebytwelve |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://swtch.es |
Lingue Supportate | 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'" } |