Offsided - Keeper
Screen capture your page and share it with friends
Что такое Offsided - Keeper?
Offsided - Keeper - это расширение Chrome, разработанное http://www.fitbamob.com, и его основная функция - "Screen capture your page and share it with friends".
Снимки экрана расширения
Скачать файл CRX расширения Offsided - Keeper
Скачайте файлы расширений Offsided - Keeper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easy screen recording with Fitbamob Keeper. This tool allows you to record and share your screen with friends. All recorded videos are hosted on fitbamob.com for easy sharing. Just send a link or publish it on Reddit/Twitter/Facebook. Features available: * Screen recording (no audio) * Selecting first and last frame * Cropping video area * Hosting video file online on fitbamob.com * Share on social media. **Update 1.1.0** * Add preview option * Bug fixes.
Основная информация о расширении
Название | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
Официальный URL | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Описание | Screen capture your page and share it with friends |
Размер файла | 2.74 MB |
Количество установок | 13 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2015-04-14 |
Дата публикации | 2015-04-14 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | http://www.fitbamob.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offsided - Keeper", "version": "1.2.0", "manifest_version": 2, "description": "Screen capture your page and share it with friends", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "activeTab", "desktopCapture", "tabCapture" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |