Print This Frame!
Right-click -> Print this frame... -> :-)
Что такое Print This Frame!?
Print This Frame! - это расширение Chrome, разработанное http://danfischbach.com, и его основная функция - "Right-click -> Print this frame... -> :-)".
Скачать файл CRX расширения Print This Frame!
Скачайте файлы расширений Print This Frame! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Need to print the contents of a frame? No problem! This handy extension will get the job done. Just right-click on any frame, click "Print this frame...", click Print and BAM! Done. When you close the new tab with the frame you wanted to print, it'll even pop you right back on the tab you were just on (if it still exists) so you don't lose your place in the tab jungle. Changelog: 1.2 - July 29th, 2014 * Reinstated auto-close functionality as it should now work with all versions of Chrome * Cleaned up event listeners 1.1.1 – July 29th, 2014 * Removed the auto-close functionality since this conflicts with the Stable version of Chrome 1.1 – July 24th, 2014 * Restructured code to avoid “callback hell“ * Automatically closed the opened tab upon Print or Cancel 1.0 – July 24th, 2014 * Initial public release
Основная информация о расширении
Название | ![]() |
ID | bamldpmhndfcingobhmkholjnkioglob |
Официальный URL | https://chrome.google.com/webstore/detail/print-this-frame/bamldpmhndfcingobhmkholjnkioglob |
Описание | Right-click -> Print this frame... -> :-) |
Размер файла | 4.13 KB |
Количество установок | 30,000 |
Текущая Версия | 1.2 |
Последнее Обновление | 2014-07-29 |
Дата публикации | 2014-07-29 |
Рейтинг | 3.20/5 Всего 44 оценок |
Разработчик | http://danfischbach.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://danfischbach.com/chrome-extension-print-this-frame/ |
URL страницы помощи | http://danfischbach.com/chrome-extension-print-this-frame/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Print This Frame!", "short_name": "PrintTFrame!", "author": "Dan \"BlindWolf8\" Fischbach", "description": "Right-click -> Print this frame... -> :-)", "version": "1.2", "background": { "scripts": [ "js\/printStuff.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs", " |