BrickLink Helper Chrome Extension

Add some new features on top of the existing site.

BrickLink Helper Chrome Extensionとは何ですか?

BrickLink Helper Chrome Extensionはpriccoによって開発されたChromeの拡張機能で、その主な機能は「Add some new features on top of the existing site.」です。

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

screenshot
screenshot

BrickLink Helper Chrome Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        2020-11-29
* Bulk duplicate for Wanted Lists

2020-02-25
* Bulk delete for Wanted Lists
* Merge wanted lists
* Force page size for Wanted List's detail page                    

拡張機能の基本情報

名前 BrickLink Helper Chrome Extension BrickLink Helper Chrome Extension
ID jhjcnccenajddejmnjjopbaakomhakco
公式URL https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco
説明 Add some new features on top of the existing site.
ファイルサイズ 1012 KB
インストール数 222
現在のバージョン 0.0.2
最終更新日 2020-11-29
公開日 2020-04-25
評価 5.00/5 合計 2 レビュー
開発者 pricco
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pricco/bricklink-helper-chrome-extension
ヘルプページのURL https://github.com/pricco/bricklink-helper-chrome-extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrickLink Helper Chrome Extension",
    "description": "Add some new features on top of the existing site.",
    "version": "0.0.2",
    "icons": {
        "16": "icon16x.png",
        "48": "icon48x.png",
        "128": "icon128x.png"
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bricklink.com\/*"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "js": [
                "static\/js\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}