Offsided - Keeper
Screen capture your page and share it with friends
ما هو Offsided - Keeper؟
Offsided - Keeper هو إضافة Chrome تم تطويرها بواسطة http://www.fitbamob.com، والميزة الرئيسية لها هي "Screen capture your page and share it with friends".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Offsided - Keeper
قم بتنزيل ملفات الامتداد Offsided - Keeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |