rank-tunes
get music information(top songs) by itunes search api.
Wat is rank-tunes?
rank-tunes is een Chrome-extensie ontwikkeld door nakamura.shuta, en de belangrijkste functie is "get music information(top songs) by itunes search api.".
Extensie Screenshots
Download het CRX-bestand van de extensie rank-tunes
Download rank-tunes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
iTunes search apiをつかって任意の数/ジャンルのtop songsを取得します。 取得したレコードを選択すると、試聴を開始します。 その後自動的に次の曲へ移動します。
Basisinformatie over de Extensie
Naam | |
ID | gicclamjnbcmlccjemdakdockhejhche |
Officiële URL | https://chrome.google.com/webstore/detail/rank-tunes/gicclamjnbcmlccjemdakdockhejhche |
Beschrijving | get music information(top songs) by itunes search api. |
Bestandsgrootte | 139 KB |
Aantal Installaties | 26 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-03-05 |
Publicatiedatum | 2015-03-05 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nakamura.shuta |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |