Quote Generator

Calculate pricing fast and hassle free.

什么是Quote Generator?

Quote Generator是由levkantor96开发的Chrome扩展程序,该扩展的主要功能是“Calculate pricing fast and hassle free.”。

扩展截图

screenshot

下载Quote Generator扩展crx文件

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

扩展使用说明

                        Calculate pricing in multiple currencies, find any link fast and more.                    

扩展基本信息

名称 Quote Generator Quote Generator
ID ofhiopkjhcljacebeodnaioccdimlald
官方URL https://chromewebstore.google.com/detail/quote-generator/ofhiopkjhcljacebeodnaioccdimlald
简介 Calculate pricing fast and hassle free.
文件大小 7.04 KB
安装次数 57
当前版本 1.0.0
更新时间 2023-06-04
上架时间 2023-06-03
评分 5.00/5 共1次评分
开发者 levkantor96
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quote Generator",
    "description": "Calculate pricing fast and hassle free.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "1.png",
            "32": "1.png",
            "48": "1.png",
            "128": "1.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "1.png",
        "32": "1.png",
        "48": "1.png",
        "128": "1.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": []
    }
}