ui-recorder

A chrome extension to record user actions

ui-recorderとは何ですか?

ui-recorderはahwulvによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to record user actions」です。

拡張機能のスクリーンショット

screenshot
screenshot

ui-recorder拡張機能のCRXファイルをダウンロード

ui-recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A chrome extension to record user actions or youzan.                    

拡張機能の基本情報

名前 ui-recorder 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
Eメール [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",
        "*:\/\/*\/"
    ]
}