rank-tunes
get music information(top songs) by itunes search api.
Cos'è rank-tunes?
rank-tunes è un'estensione di Chrome sviluppata da nakamura.shuta, e la sua funzione principale è "get music information(top songs) by itunes search api.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione rank-tunes
Scarica i file di estensione rank-tunes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
iTunes search apiをつかって任意の数/ジャンルのtop songsを取得します。 取得したレコードを選択すると、試聴を開始します。 その後自動的に次の曲へ移動します。
Informazioni di Base sull'Estensione
Nome | |
ID | gicclamjnbcmlccjemdakdockhejhche |
URL Ufficiale | https://chrome.google.com/webstore/detail/rank-tunes/gicclamjnbcmlccjemdakdockhejhche |
Descrizione | get music information(top songs) by itunes search api. |
Dimensione del File | 139 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-03-05 |
Data di Pubblicazione | 2015-03-05 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | nakamura.shuta |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rank-tunes", "description": "get music information(top songs) by itunes search api.", "version": "0.2", "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "https:\/\/itunes.apple.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |