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 |
| 官方網址 | 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"
]
} | |