Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Что такое Pixl Purrfct?
Pixl Purrfct - это расширение Chrome, разработанное Johan Kitti Söderberg, и его основная функция - "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Снимки экрана расширения
Скачать файл CRX расширения Pixl Purrfct
Скачайте файлы расширений Pixl Purrfct в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
Официальный URL | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
Описание | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
Размер файла | 13.1 KB |
Количество установок | 128 |
Текущая Версия | 0.2 |
Последнее Обновление | 2017-03-02 |
Дата публикации | 2017-03-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Johan Kitti Söderberg |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixl Purrfct", "version": "0.2", "manifest_version": 2, "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!", "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |