Browserbite Recorder (beta)
Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.
What is Browserbite Recorder (beta)?
Browserbite Recorder (beta) is a Chrome extension developed by http://www.browserbite.com, and its main feature is "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.".
Extension Screenshots
Download Browserbite Recorder (beta) Extension CRX File
Download Browserbite Recorder (beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kklpankcolbkjjnjajfdljcnpeifgohe |
Official URL | https://chrome.google.com/webstore/detail/browserbite-recorder-beta/kklpankcolbkjjnjajfdljcnpeifgohe |
Description | Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment. |
File Size | 265 KB |
Installation Count | 98 |
Current Version | 0.3.4 |
Last Updated | 2013-09-19 |
Publish Date | 2013-09-19 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://www.browserbite.com |
Payment Type | free |
Supported Languages | 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" ] } |