Print Extension
Prints Pages in Chrome
Что такое Print Extension?
Print Extension - это расширение Chrome, разработанное http://blog.m1cr0sux0r.com, и его основная функция - "Prints Pages in Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Print Extension
Скачайте файлы расширений Print Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Extension allows you to print the currently displayed Web Page. Although this may seem silly, I needed to have this ability in Chrome and so I created it! I just got sick of hitting CTRL+P! UPDATE: 02/03/2011 Version 6: fixed auto-prompt when opening new tab bug and added the ability to only print selected text. UPDATE: 08/24/2012 Version 7: Modified to support upcoming versions of Chrome. UPDATE: 03/04/2016 added in app payment to allow users to show their appreciation.
Основная информация о расширении
Название | |
ID | bpkeigdcgenbnkhgepkihlgfabkhdong |
Официальный URL | https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong |
Описание | Prints Pages in Chrome |
Размер файла | 20.76 KB |
Количество установок | 20,000 |
Текущая Версия | 7.1 |
Последнее Обновление | 2016-03-04 |
Дата публикации | 2016-03-04 |
Рейтинг | 2.86/5 Всего 98 оценок |
Разработчик | http://blog.m1cr0sux0r.com |
Тип оплаты | free |
Официальный сайт расширения | http://m1cr0sux0r.com/blog |
URL страницы помощи | http://m1cr0sux0r.com/blog |
Поддерживаемые языки | en |
manifest.json | |
{ "name": "Print Extension", "version": "7.1", "manifest_version": 2, "description": "Prints Pages in Chrome", "icons": { "128": "printer128.png", "16": "printer16.png", "32": "printer32.png", "48": "printer48.png" }, "browser_action": { "default_icon": "printer48.png", "default_title": "Print This Page" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/blog.m1cr0sux0r.com\/", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |