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.
扩展基本信息
名称 | ui-recorder |
ID | hbfilkbfjldehfcommdiohoomcmkehoa |
官方URL | 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", "*:\/\/*\/" ] } |