Offsided - Keeper
Screen capture your page and share it with friends
Offsided - Keeper क्या है?
Offsided - Keeper http://www.fitbamob.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen capture your page and share it with friends"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Offsided - Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |