Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Что такое Fullscreenrrr - full webpage screenshot?
Fullscreenrrr - full webpage screenshot - это расширение Chrome, разработанное Danny Lazarow, и его основная функция - "Capture entire page from top to the bottom entirely.. at once".
Снимки экрана расширения
Скачать файл CRX расширения Fullscreenrrr - full webpage screenshot
Скачайте файлы расширений Fullscreenrrr - full webpage screenshot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Take a screen shoot on entire page with one click - Up to 50% faster than other extensions, - After Screenshoot completion - images are saved directly on Downloads folder - Shows in percents the current progress - You can hear during the capture process, capture feedback with camera analog click sound - Options page (quality of the image, disable capture sound, download/open in new tab after capture)
Основная информация о расширении
Название | Fullscreenrrr - full webpage screenshot |
ID | ihaobgceoogckalioenpheioedgjaahk |
Официальный URL | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
Описание | Capture entire page from top to the bottom entirely.. at once |
Размер файла | 245 KB |
Количество установок | 1,967 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2015-04-29 |
Дата публикации | 2015-04-29 |
Рейтинг | 3.45/5 Всего 33 оценок |
Разработчик | Danny Lazarow |
Тип оплаты | free |
Официальный сайт расширения | https://twitter.com/fullscreenrrr |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreenrrr - full webpage screenshot", "version": "1.0.5", "manifest_version": 2, "description": "Capture entire page from top to the bottom entirely.. at once", "icons": { "48": "icons\/icon96.png", "128": "icons\/icon256.png" }, "default_locale": "en", "background": { "scripts": [ "js\/underscore.js", "src\/bg\/bgCommunicator.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/content\/popup.html" }, "options_page": "src\/content\/options.html", "web_accessible_resources": [ "icons\/bggrad.jpg", "js\/underscore.js", "src\/content\/fontello.css", "src\/font\/fontello.svg", "src\/font\/fontello.eot", "src\/font\/fontello.ttf", "src\/font\/fontello.woff", "audio\/click.mp3" ] } |