swtch
Capture and share the best colors on the web.
Hvad er swtch?
swtch er en Chrome-udvidelse udviklet af madebytwelve, og dens hovedfunktion er "Capture and share the best colors on the web.".
Udvidelsesskærmbilleder
Download swtch-udvidelses-CRX-fil
Download swtch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
Officiel URL | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
Beskrivelse | Capture and share the best colors on the web. |
Filstørrelse | 197 KB |
Antal Installationer | 35 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-02-01 |
Udgivelsesdato | 2013-02-01 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | madebytwelve |
Betalingsmetode | free |
Udvidelseswebsted | http://swtch.es |
Understøttede Sprog | 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'" } |