swtch
Capture and share the best colors on the web.
swtchとは何ですか?
swtchはmadebytwelveによって開発されたChromeの拡張機能で、その主な機能は「Capture and share the best colors on the web.」です。
拡張機能のスクリーンショット
swtch拡張機能のCRXファイルをダウンロード
swtch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]
拡張機能の基本情報
名前 | swtch |
ID | aldilnpghkandlmfcooiahjmcknjojhg |
公式URL | https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg |
説明 | Capture and share the best colors on the web. |
ファイルサイズ | 197 KB |
インストール数 | 35 |
現在のバージョン | 1.0 |
最終更新日 | 2013-02-01 |
公開日 | 2013-02-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | madebytwelve |
支払い方法 | free |
拡張機能のウェブサイト | http://swtch.es |
対応言語 | 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'" } |