List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
什麼是List View for Google Play Music?
List View for Google Play Music是由claflamme開發的Chrome擴展程式,該擴展的主要功能是“Converts Google Play Music's "Artist" and "Genre" views to a list.”。
擴展截圖
下載List View for Google Play Music擴展crx文件
下載List View for Google Play Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| 官方網址 | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| 簡介 | Converts Google Play Music's "Artist" and "Genre" views to a list. |
| 檔案大小 | 3.31 KB |
| 安裝次數 | 43 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2014-08-08 |
| 上架時間 | 2014-08-07 |
| 評分 | 1.00/5 共 3 次評分 |
| 開發者 | claflamme |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "List View for Google Play Music",
"short_name": "GM List View",
"version": "0.1.2",
"manifest_version": 2,
"description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.",
"homepage_url": "https:\/\/github.com\/claflamme\/Google-Music-List-View",
"permissions": [
"https:\/\/play.google.com\/music\/listen"
],
"content_scripts": [
{
"matches": [
"https:\/\/play.google.com\/music\/listen"
],
"css": [
"style.css"
]
}
]
} | |