swtch
Capture and share the best colors on the web.
Что такое swtch?
swtch - это расширение Chrome, разработанное madebytwelve, и его основная функция - "Capture and share the best colors on the web.".
Снимки экрана расширения
Скачать файл CRX расширения swtch
Скачайте файлы расширений 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'" } |