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 |
| 公式URL | 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"
}
} | |