Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Co je Genius Button?
Genius Button je rozšíření Chrome vyvinuté jollex5, a jeho hlavní funkcí je „This extension opens a new tab with the Genius page for the song you're currently listening to.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Genius Button
Stáhněte si soubory rozšíření Genius Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | lbglkmldocjomlnfomfdddbokglnlhng |
Oficiální URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
Popis | This extension opens a new tab with the Genius page for the song you're currently listening to. |
Velikost souboru | 41.56 KB |
Počet instalací | 315 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-01-29 |
Datum Vydání | 2016-01-28 |
Hodnocení | 1.50/5 Celkem 8 Hodnocení |
Vývojář | jollex5 |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |