swtch
Capture and share the best colors on the web.
O que é swtch?
swtch é uma extensão do Chrome desenvolvida por madebytwelve, e sua principal característica é "Capture and share the best colors on the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão swtch
Baixe arquivos de extensão swtch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
URL Oficial | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Descrição | Capture and share the best colors on the web. |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0 |
Última Atualização | 2013-02-01 |
Data de Publicação | 2013-02-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | madebytwelve |
Tipo de Pagamento | free |
Site da Extensão | http://swtch.es |
Idiomas Suportados | 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'" } |