Offsided - Keeper
Screen capture your page and share it with friends
Co je Offsided - Keeper?
Offsided - Keeper je rozšíření Chrome vyvinuté http://www.fitbamob.com, a jeho hlavní funkcí je „Screen capture your page and share it with friends“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Offsided - Keeper
Stáhněte si soubory rozšíření Offsided - Keeper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
Oficiální URL | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Popis | Screen capture your page and share it with friends |
Velikost souboru | 2.74 MB |
Počet instalací | 13 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2015-04-14 |
Datum Vydání | 2015-04-14 |
Hodnocení | 4.43/5 Celkem 7 Hodnocení |
Vývojář | http://www.fitbamob.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |