Spotifork
Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
什麼是Spotifork?
Spotifork是由D. VECCHITTO開發的Chrome擴展程式,該擴展的主要功能是“Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.”。
擴展截圖
下載Spotifork擴展crx文件
下載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 |
官方網址 | 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 } |