swtch
Capture and share the best colors on the web.
What is swtch?
swtch is a Chrome extension developed by madebytwelve, and its main feature is "Capture and share the best colors on the web.".
Extension Screenshots
Download swtch Extension CRX File
Download swtch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
Official URL | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Description | Capture and share the best colors on the web. |
File Size | 197 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2013-02-01 |
Publish Date | 2013-02-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | madebytwelve |
Payment Type | free |
Extension Website | http://swtch.es |
Supported Languages | 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'" } |