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" ] } |