Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
什麼是Extendify?
Extendify是由http://jmperezperez.com開發的Chrome擴展程式,該擴展的主要功能是“Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.”。
擴展截圖
下載Extendify擴展crx文件
下載Extendify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | jjajfginmjgdpblfanoimdanifdmcokd |
| 官方網址 | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
| 簡介 | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
| 檔案大小 | 291 KB |
| 安裝次數 | 149 |
| 目前版本 | 0.3.0 |
| 更新時間 | 2018-12-01 |
| 上架時間 | 2018-12-01 |
| 評分 | 4.00/5 共 3 次評分 |
| 開發者 | http://jmperezperez.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/JMPerez/extendify |
| 說明頁面URL | https://github.com/JMPerez/extendify |
| 支援的語言 | en,ca,es,it,sv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"short_name": "Extendify",
"default_locale": "en",
"version": "0.3.0",
"manifest_version": 2,
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery.min.js",
"js\/search.js",
"js\/lib.js",
"js\/providers\/allmusic.js",
"js\/providers\/amazon.js",
"js\/providers\/ebay.js",
"js\/providers\/gmail.js",
"js\/providers\/google.js",
"js\/providers\/piratebay.js",
"js\/providers\/wikipedia.js",
"js\/providers\/youtube.js",
"js\/background.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |