Utilitools

PT-BR Generators

什么是Utilitools?

Utilitools是由alan m.开发的Chrome扩展程序,该扩展的主要功能是“PT-BR Generators”。

扩展截图

screenshot
screenshot

下载Utilitools扩展crx文件

下载Utilitools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Utilitools é um gerador de dados estáticos.                    

扩展基本信息

名称 Utilitools Utilitools
ID nkgpbgkdpcfffljmlgbdpgmhfoibpfej
官方URL https://chromewebstore.google.com/detail/utilitools/nkgpbgkdpcfffljmlgbdpgmhfoibpfej
简介 PT-BR Generators
文件大小 462 KB
安装次数 36
当前版本 1.1.0
更新时间 2020-10-19
上架时间 2020-09-26
评分 5.00/5 共3次评分
开发者 alan m.
电子邮箱 [email protected]
付费类型 free
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "PT-BR Generators",
    "version": "1.1.0",
    "name": "Utilitools",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}