Cornpare
Overlays an image onto the current webpage for pixel perfect design comparison.
Что такое Cornpare?
Cornpare - это расширение Chrome, разработанное tyler.buchea, и его основная функция - "Overlays an image onto the current webpage for pixel perfect design comparison.".
Снимки экрана расширения
Скачать файл CRX расширения Cornpare
Скачайте файлы расширений Cornpare в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
What does it do? Overlays an image onto the current webpage for pixel perfect design comparison. Who is it for? If you are a web developer and you receive PSDs from design and are supposed to match them pixel perfect with the website than this is the tool for you. Simply export one of the PSD pages into a PNG, upload it to this extension, and compare. Why corn? The designer in my office has a weird thing with corn so I decided to call this extension "Cornpare" in his honor.
Основная информация о расширении
Название | Cornpare |
ID | nfdbjbddgidgpnmojkedgegfajmfapel |
Официальный URL | https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel |
Описание | Overlays an image onto the current webpage for pixel perfect design comparison. |
Размер файла | 97.97 KB |
Количество установок | 45 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-08-18 |
Дата публикации | 2017-08-18 |
Разработчик | tyler.buchea |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cornpare", "description": "Overlays an image onto the current webpage for pixel perfect design comparison.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "content_scripts": [ { "matches": [ " |