Create React App Sample

A chrome extension

Create React App Sampleとは何ですか?

Create React App SampleはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension」です。

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

screenshot

Create React App Sample拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        this is  browser extension for recording & visualizing web browsing activity
also you can export browser recording data and the data stored locally on your device.                    

拡張機能の基本情報

名前 Create React App Sample Create React App Sample
ID lponcimcfmhklcnimbnclikjdhhikhim
公式URL https://chromewebstore.google.com/detail/create-react-app-sample/lponcimcfmhklcnimbnclikjdhhikhim
説明 A chrome extension
ファイルサイズ 888 KB
インストール数 228
現在のバージョン 0.0.8
最終更新日 2022-03-09
公開日 2022-03-08
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "A chrome extension",
    "version": "0.0.8",
    "name": "Create React App Sample",
    "permissions": [
        "activeTab",
        "idle",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "action": []
}