List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
Vad är List View for Google Play Music?
List View for Google Play Music är en Chrome-tillägg utvecklad av claflamme, och dess huvudfunktion är "Converts Google Play Music's "Artist" and "Genre" views to a list.".
Tilläggsskärmbilder
Ladda ner List View for Google Play Music-förlängningens CRX-fil
Ladda ner List View for Google Play Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb | 
| Beskrivning | Converts Google Play Music's "Artist" and "Genre" views to a list. | 
| Filstorlek | 3.31 KB | 
| Antal Installationer | 43 | 
| Aktuell Version | 0.1.2 | 
| Senast Uppdaterad | 2014-08-08 | 
| Publiceringsdatum | 2014-08-07 | 
| Betyg | 1.00/5 Totalt 3 Betyg | 
| Utvecklare | claflamme | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |