Browserbite Recorder (beta)
Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.
Browserbite Recorder (beta)とは何ですか?
Browserbite Recorder (beta)はhttp://www.browserbite.comによって開発されたChromeの拡張機能で、その主な機能は「Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.」です。
拡張機能のスクリーンショット
Browserbite Recorder (beta)拡張機能のCRXファイルをダウンロード
Browserbite Recorder (beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kklpankcolbkjjnjajfdljcnpeifgohe |
公式URL | https://chrome.google.com/webstore/detail/browserbite-recorder-beta/kklpankcolbkjjnjajfdljcnpeifgohe |
説明 | Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment. |
ファイルサイズ | 265 KB |
インストール数 | 98 |
現在のバージョン | 0.3.4 |
最終更新日 | 2013-09-19 |
公開日 | 2013-09-19 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | http://www.browserbite.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browserbite Recorder (beta)", "description": "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.", "version": "0.3.4", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "48": "img\/icon-48.png", "16": "img\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "img\/event-click.png" ] } |