Spotifork
Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Spotiforkคืออะไร?
Spotifork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D. VECCHITTO และคุณลักษณะหลักของมันคือ "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotifork
ดาวน์โหลดไฟล์ส่วนขยาย Spotifork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*EDIT: NEW VERSION! Pitchfork changed a bunch of their html markup so some parts of this stopped working. It should be mostly functional again.* Spotifork adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search. Spotifork creates one link that jumps directly to the artist and another that jumps directly to the album. Spotifork does NOT check Spotify before creating these links, so many searches may yield no results. Still, this is the fastest way to see if stuff reviewed on Pitchfork is available on Spotify!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotifork |
ID | amhdchkdkchdidinbcofgbklneockjmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf |
คำอธิบาย | Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search. |
ขนาดไฟล์ | 60.53 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2021-05-04 |
วันที่เผยแพร่ | 2019-01-09 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | D. VECCHITTO |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotifork", "description": "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.", "version": "1.4", "icons": { "16": "sfork16.png", "48": "sfork48.png", "128": "sfork128.png" }, "content_scripts": [ { "matches": [ "http:\/\/pitchfork.com\/*", "https:\/\/pitchfork.com\/*" ], "js": [ "jquery321min.js", "pforkify.js" ], "css": [ "pforkify.css" ] } ], "web_accessible_resources": [ "spotify-icon.png" ], "manifest_version": 2 } |