Vinyloscope for Discogs

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

Vinyloscope for Discogsとは何ですか?

Vinyloscope for Discogsはhttps://www.vinyloscope.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.」です。

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

screenshot

Vinyloscope for Discogs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
公式URL https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
説明 This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
ファイルサイズ 229 KB
インストール数 54
現在のバージョン 0.1.12
最終更新日 2018-07-04
公開日 2018-07-04
評価 3.00/5 合計 2 レビュー
開発者 https://www.vinyloscope.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.vinyloscope.com
対応言語 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"
    ]
}