Pandora Extended
See the details of the current song playing on Pandora
Pandora Extendedคืออะไร?
Pandora Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย antoine.pourchet และคุณลักษณะหลักของมันคือ "See the details of the current song playing on Pandora"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora Extended
ดาวน์โหลดไฟล์ส่วนขยาย Pandora Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dpicphkahifagehhebkafnpffcnohcli |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli |
คำอธิบาย | See the details of the current song playing on Pandora |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-08-30 |
วันที่เผยแพร่ | 2014-08-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | antoine.pourchet |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pandora Extended", "description": "See the details of the current song playing on Pandora", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "See the details of the current song playing on Pandora", "default_title": "Check what's playing", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |