Record Reference for Discogs
Creates a discogs information module for songs on youtube that have discogs urls.
什么是Record Reference for Discogs?
Record Reference for Discogs是由gc开发的Chrome扩展程序,该扩展的主要功能是“Creates a discogs information module for songs on youtube that have discogs urls.”。
扩展截图
下载Record Reference for Discogs扩展crx文件
下载Record Reference for Discogs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Creates a discogs information module for songs on youtube that have discogs urls.
扩展基本信息
名称 | |
ID | njiogcdpikidadiobpdjhjppnibjklfa |
官方URL | https://chrome.google.com/webstore/detail/record-reference-for-disc/njiogcdpikidadiobpdjhjppnibjklfa |
简介 | Creates a discogs information module for songs on youtube that have discogs urls. |
文件大小 | 155 KB |
安装次数 | 78 |
当前版本 | 0.9.2 |
更新时间 | 2016-04-12 |
上架时间 | 2016-04-12 |
开发者 | gc |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Record Reference for Discogs", "description": "Creates a discogs information module for songs on youtube that have discogs urls.", "version": "0.9.2", "icons": { "16": "icons\/_16.png", "48": "icons\/_48.png" }, "background": { "persistent": true, "page": "bg.html" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "\/scripts\/axios.min.js", "scripts\/content-script.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "browser_action": { "default_title": "Record Reference for Discogs" }, "manifest_version": 2 } |