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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}