Offsided - Keeper
Screen capture your page and share it with friends
Co to jest Offsided - Keeper?
Offsided - Keeper to rozszerzenie Chrome opracowane przez http://www.fitbamob.com, a jego główną funkcją jest „Screen capture your page and share it with friends”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Offsided - Keeper
Pobierz pliki rozszerzeń Offsided - Keeper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
Oficjalny URL | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Opis | Screen capture your page and share it with friends |
Rozmiar pliku | 2.74 MB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2015-04-14 |
Data Publikacji | 2015-04-14 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | http://www.fitbamob.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |