Offsided - Keeper
Screen capture your page and share it with friends
Wat is Offsided - Keeper?
Offsided - Keeper is een Chrome-extensie ontwikkeld door http://www.fitbamob.com, en de belangrijkste functie is "Screen capture your page and share it with friends".
Extensie Screenshots
Download het CRX-bestand van de extensie Offsided - Keeper
Download Offsided - Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
Officiële URL | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Beschrijving | Screen capture your page and share it with friends |
Bestandsgrootte | 2.74 MB |
Aantal Installaties | 13 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2015-04-14 |
Publicatiedatum | 2015-04-14 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://www.fitbamob.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |