ui-recorder
A chrome extension to record user actions
What is ui-recorder?
ui-recorder is a Chrome extension developed by ahwulv, and its main feature is "A chrome extension to record user actions".
Extension Screenshots
Download ui-recorder Extension CRX File
Download ui-recorder 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
A chrome extension to record user actions or youzan.
Extension Basic Information
Name | ui-recorder |
ID | hbfilkbfjldehfcommdiohoomcmkehoa |
Official URL | https://chromewebstore.google.com/detail/ui-recorder/hbfilkbfjldehfcommdiohoomcmkehoa |
Description | A chrome extension to record user actions |
File Size | 1.15 MB |
Installation Count | 69 |
Current Version | 0.0.7 |
Last Updated | 2019-07-06 |
Publish Date | 2019-07-05 |
Developer | ahwulv |
[email protected] | |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/" ] } |