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
Eメール [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": []
    }
}