Fenix-Chrome-Extension

Fenix extension to perform QuickTasks

Fenix-Chrome-Extensionとは何ですか?

Fenix-Chrome-Extensionはfenixlabs.automationsによって開発されたChromeの拡張機能で、その主な機能は「Fenix extension to perform QuickTasks」です。

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

screenshot

Fenix-Chrome-Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With the Fenix extension you will able to clone a transaction from etherscan, creating in one click a task into Fenix Web App                    

拡張機能の基本情報

名前 Fenix-Chrome-Extension Fenix-Chrome-Extension
ID nekclkhamjgjhkmkilleokgighpbclha
公式URL https://chromewebstore.google.com/detail/fenix-chrome-extension/nekclkhamjgjhkmkilleokgighpbclha
説明 Fenix extension to perform QuickTasks
ファイルサイズ 987 KB
インストール数 240
現在のバージョン 2.8
最終更新日 2023-02-09
公開日 2022-06-16
評価 5.00/5 合計 1 レビュー
開発者 fenixlabs.automations
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fenixlabs.io/
ヘルプページのURL https://discord.gg/fenixlabs
プライバシーポリシーページのURL https://fenixlabs.io/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fenix-Chrome-Extension",
    "description": "Fenix extension to perform QuickTasks",
    "version": "2.8",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "FenixLogo16.png",
        "32": "FenixLogo32.png",
        "48": "FenixLogo48.png",
        "128": "FenixLogo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.automations.fenixlabs.io\/*"
        ]
    }
}