Chrome Shark
Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.
Cos'è Chrome Shark?
Chrome Shark è un'estensione di Chrome sviluppata da https://rpdeshaies.github.io/chrome-shark, e la sua funzione principale è "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Shark
Scarica i file di estensione Chrome Shark 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
#Chrome Shark# Chrome Shark is an application that transforms web music players into a great full screen music player to fit on your television. #Features# The interface is optimized for a full screen experience in order to provide all the information that you need. The interface will also automatically flip itself after a cetain amount of time so that your TV pixels do not get burned. From the interface, you can Play / Pause a track or simply skip it ! You skipped one to many songs ? Do not panick ! Just click on the Previous button and you are safe ! In addition to the track information, Chrome Shark will also get the album art and the artist summary using the fantastic Last.fm API. New in 1.2 : * New responsive layout and design * The layout now flip itself after 5 minutes * New help section with quick links * Bug fixing
Informazioni di Base sull'Estensione
Nome | Chrome Shark |
ID | fifmpfkhpojgoodihbmflkgpifanigbd |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-shark/fifmpfkhpojgoodihbmflkgpifanigbd |
Descrizione | Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv. |
Dimensione del File | 748 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2015-08-26 |
Data di Pubblicazione | 2015-08-26 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://rpdeshaies.github.io/chrome-shark |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rpdeshaies.github.io/chrome-shark/ |
URL della Pagina di Aiuto | https://github.com/RPDeshaies/chrome-shark/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Shark", "description": "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.", "version": "1.2.1", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "app\/images\/*", "app\/views\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "page_action": { "default_icon": "48.png", "default_title": "Open Chrome Shark on the current page" }, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "app\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |