Artists List View for Google Play Music

Displays the Artists page in Google Play Music as a more compact list.

Artists List View for Google Play Music là gì?

Artists List View for Google Play Music là một tiện ích mở rộng Chrome được phát triển bởi Steven Jackson, và tính năng chính của nó là "Displays the Artists page in Google Play Music as a more compact list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Artists List View for Google Play Music

Tải xuống các tệp mở rộng Artists List View for Google Play Music dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Modifies Google Play Music's artist page to display artists in a list instead of a large grid of icons.

This is a simple extension that just provides an alternate CSS style for the artists page. It should maintain all of the functionality of the original page.

If you have an issues or feature requests please post them here: https://github.com/stevosaurus/GooglePlayMusicArtistsListView/issues

This extension is in no way associated with Google or the Google Play Music service.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
URL Chính Thức https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Mô tả Displays the Artists page in Google Play Music as a more compact list.
Kích Thước Tệp 8.06 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-02-07
Ngày Phát Hành 2017-02-07
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Steven Jackson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Artists List View for Google Play Music",
    "version": "1.0.0",
    "description": "Displays the Artists page in Google Play Music as a more compact list.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "compactliststyles.css"
            ]
        }
    ]
}