ui-recorder
A chrome extension to record user actions
什麼是ui-recorder?
ui-recorder是由ahwulv開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to record user actions”。
擴展截圖
下載ui-recorder擴展crx文件
下載ui-recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A chrome extension to record user actions or youzan. 擴展基本資訊
| 名稱 | |
| ID | hbfilkbfjldehfcommdiohoomcmkehoa |
| 官方網址 | https://chromewebstore.google.com/detail/ui-recorder/hbfilkbfjldehfcommdiohoomcmkehoa |
| 簡介 | A chrome extension to record user actions |
| 檔案大小 | 1.15 MB |
| 安裝次數 | 69 |
| 目前版本 | 0.0.7 |
| 更新時間 | 2019-07-06 |
| 上架時間 | 2019-07-05 |
| 開發者 | ahwulv |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "0.0.7",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"48": "images\/icon-red.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/icon-black.png",
"default_title": "__MSG_browserActionTitle__",
"default_popup": "pages\/popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "pages\/options.html",
"options_ui": {
"page": "pages\/options.html",
"open_in_tab": true
},
"devtools_page": "pages\/devtools.html",
"minimum_chrome_version": "24.0",
"permissions": [
"cookies",
"tabs",
"storage",
"webNavigation",
"*:\/\/*\/"
]
} | |