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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |