Offsided - Keeper
Screen capture your page and share it with friends
Apa itu Offsided - Keeper?
Offsided - Keeper adalah ekstensi Chrome yang dikembangkan oleh http://www.fitbamob.com, dan fitur utamanya adalah "Screen capture your page and share it with friends".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Offsided - Keeper
Unduh file ekstensi Offsided - Keeper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mmfdoaieedekahebigodbflpapoggbkd |
URL Resmi | https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd |
Deskripsi | Screen capture your page and share it with friends |
Ukuran File | 2.74 MB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2015-04-14 |
Tanggal Publikasi | 2015-04-14 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | http://www.fitbamob.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |