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
电子邮箱 [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\/*"
        ]
    }
}