BrickLink Helper Chrome Extension

Add some new features on top of the existing site.

Apa itu BrickLink Helper Chrome Extension?

BrickLink Helper Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh pricco, dan fitur utamanya adalah "Add some new features on top of the existing site.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BrickLink Helper Chrome Extension

Unduh file ekstensi BrickLink Helper Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BrickLink Helper Chrome Extension BrickLink Helper Chrome Extension
ID jhjcnccenajddejmnjjopbaakomhakco
URL Resmi https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco
Deskripsi Add some new features on top of the existing site.
Ukuran File 1012 KB
Jumlah Instalasi 222
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2020-11-29
Tanggal Publikasi 2020-04-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang pricco
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pricco/bricklink-helper-chrome-extension
URL Halaman Bantuan https://github.com/pricco/bricklink-helper-chrome-extension/issues
Bahasa yang Didukung 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"
    ]
}