Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Wat is Genius Button?
Genius Button is een Chrome-extensie ontwikkeld door jollex5, en de belangrijkste functie is "This extension opens a new tab with the Genius page for the song you're currently listening to.".
Extensie Screenshots
Download het CRX-bestand van de extensie Genius Button
Download Genius Button-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
Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in. Only YouTube and Soundcloud are currently supported.
Basisinformatie over de Extensie
Naam | |
ID | lbglkmldocjomlnfomfdddbokglnlhng |
Officiële URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
Beschrijving | This extension opens a new tab with the Genius page for the song you're currently listening to. |
Bestandsgrootte | 41.56 KB |
Aantal Installaties | 315 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-01-29 |
Publicatiedatum | 2016-01-28 |
Beoordeling | 1.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | jollex5 |
Betalingswijze | free |
Ondersteunde Talen | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "lib\/jquery-2.2.0.min.js", "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Genius Button" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |