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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gc และคุณลักษณะหลักของมันคือ "Creates a discogs information module for songs on youtube that have discogs urls."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Record Reference for Discogs
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |