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
官方網址 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
電子郵箱 [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"
    ]
}