Offsided - Keeper
Screen capture your page and share it with friends
What is Offsided - Keeper?
Offsided - Keeper is a Chrome extension developed by http://www.fitbamob.com, and its main feature is "Screen capture your page and share it with friends".
Extension Screenshots
Download Offsided - Keeper Extension CRX File
Download Offsided - Keeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
Official URL | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Description | Screen capture your page and share it with friends |
File Size | 2.74 MB |
Installation Count | 13 |
Current Version | 1.2.0 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 4.43/5 Total 7 Ratings |
Developer | http://www.fitbamob.com |
Payment Type | free |
Supported Languages | 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" } } |