Vinyloscope for Discogs

This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.

Apa itu Vinyloscope for Discogs?

Vinyloscope for Discogs adalah ekstensi Chrome yang dikembangkan oleh https://www.vinyloscope.com, dan fitur utamanya adalah "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vinyloscope for Discogs

Unduh file ekstensi Vinyloscope for Discogs 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

                        Une fois cette extension installée rendez-vous sur une page de release de Discogs. Cette extension recherche pour vous automatiquement si une sortie vinyle est disponible sur différents labels ou disquaires en ligne, et affiche les résultats sous l'emplacement du Marketplace.                    

Informasi Dasar Ekstensi

Nama Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
URL Resmi https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Deskripsi This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
Ukuran File 229 KB
Jumlah Instalasi 54
Versi Saat Ini 0.1.12
Terakhir Diperbarui 2018-07-04
Tanggal Publikasi 2018-07-04
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://www.vinyloscope.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.vinyloscope.com
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vinyloscope for Discogs",
    "description": "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.",
    "icons": {
        "48": "icons\/vinyloscope-icon-48.png",
        "96": "icons\/vinyloscope-icon-96.png",
        "128": "icons\/vinyloscope-icon-128.png"
    },
    "version": "0.1.12",
    "permissions": [
        "*:\/\/www.vinyloscope.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "vinyloscope-plugin.js"
            ],
            "matches": [
                "https:\/\/www.discogs.com\/*\/release\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/logos\/*.png",
        "img\/flags\/*.png",
        "icons\/*.png",
        "icons\/*.gif"
    ]
}