Offsided - Keeper
Screen capture your page and share it with friends
Offsided - Keeperとは何ですか?
Offsided - Keeperはhttp://www.fitbamob.comによって開発されたChromeの拡張機能で、その主な機能は「Screen capture your page and share it with friends」です。
拡張機能のスクリーンショット
Offsided - Keeper拡張機能のCRXファイルをダウンロード
Offsided - Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |