Pangolin - Unit Price Comparison

Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).

Pangolin - Unit Price Comparisonとは何ですか?

Pangolin - Unit Price ComparisonはParen, LLCによって開発されたChromeの拡張機能で、その主な機能は「Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Pangolin - Unit Price Comparison拡張機能のCRXファイルをダウンロード

Pangolin - Unit Price Comparison拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shop with confidence knowing that you always get the best deal!

We currently support Amazon, Target, and Walmart and are working hard on supporting more.

If you have any suggestions or encounter any problem, please email us at [email protected].                    

拡張機能の基本情報

名前 Pangolin - Unit Price Comparison Pangolin - Unit Price Comparison
ID glmkjmfofcdpdelokofgnpkppgbdeokj
公式URL https://chromewebstore.google.com/detail/pangolin-unit-price-compa/glmkjmfofcdpdelokofgnpkppgbdeokj
説明 Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).
ファイルサイズ 179 KB
インストール数 99
現在のバージョン 0.2.4
最終更新日 2020-05-02
公開日 2020-05-02
評価 4.80/5 合計 5 レビュー
開発者 Paren, LLC
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).",
    "version": "0.2.4",
    "name": "Pangolin - Unit Price Comparison",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "style.css",
        "logo128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}