The Printliminator
A simple tool to make websites print better.
Что такое The Printliminator?
The Printliminator - это расширение Chrome, разработанное Mottie, и его основная функция - "A simple tool to make websites print better.".
Снимки экрана расширения
Скачать файл CRX расширения The Printliminator
Скачайте файлы расширений The Printliminator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.
Основная информация о расширении
Название | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
Официальный URL | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
Описание | A simple tool to make websites print better. |
Размер файла | 23.62 KB |
Количество установок | 15,176 |
Текущая Версия | 4.0.5 |
Последнее Обновление | 2015-10-11 |
Дата публикации | 2015-10-11 |
Рейтинг | 4.70/5 Всего 56 оценок |
Разработчик | Mottie |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/CSS-Tricks/The-Printliminator |
URL страницы помощи | https://github.com/CSS-Tricks/The-Printliminator/wiki |
Поддерживаемые языки | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_printliminatorName__", "version": "4.0.5", "manifest_version": 2, "author": "Chris Coyier", "description": "__MSG_printliminatorDescription__", "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "__MSG_printliminatorName__", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "printliminator.js", "printliminator.css" ] } |