Discogs Sort Plus
Adds missing Discogs sort features: community rating, rarity, have/want...
Discogs Sort Plusคืออะไร?
Discogs Sort Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย valentin.ledrapier และคุณลักษณะหลักของมันคือ "Adds missing Discogs sort features: community rating, rarity, have/want..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discogs Sort Plus
ดาวน์โหลดไฟล์ส่วนขยาย Discogs Sort Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ckhcnelkpddhclnfodmmhfimeecbggna |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/discogs-sort-plus/ckhcnelkpddhclnfodmmhfimeecbggna |
| คำอธิบาย | Adds missing Discogs sort features: community rating, rarity, have/want... |
| ขนาดไฟล์ | 168 KB |
| จำนวนการติดตั้ง | 254 |
| เวอร์ชันปัจจุบัน | 0.1.1 |
| อัปเดตครั้งล่าสุด | 2017-06-03 |
| วันที่เผยแพร่ | 2017-06-02 |
| คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | valentin.ledrapier |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Discogs Sort Plus",
"description": "Adds missing Discogs sort features: community rating, rarity, have\/want...",
"version": "0.1.1",
"icons": {
"16": "assets\/icon_16x16.png",
"32": "assets\/icon_32x32.png",
"48": "assets\/icon_48x48.png",
"128": "assets\/icon_128x128.png"
},
"permissions": [
"*:\/\/*.discogs.com\/"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Discogs Sort Plus",
"default_icon": {
"19": "assets\/icon_19x19.png",
"38": "assets\/icon_38x38.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*.discogs.com\/sell\/*",
"https:\/\/*.discogs.com\/sell\/*",
"http:\/\/*.discogs.com\/seller\/*",
"https:\/\/*.discogs.com\/seller\/*"
],
"js": [
"common.js",
"content.js"
]
}
],
"manifest_version": 2,
"web_accessible_resources": [
"assets\/icon_38x38.png",
"assets\/icon_19x19.png"
]
} | |