Lyrics Mania
Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Co je Lyrics Mania?
Lyrics Mania je rozšíření Chrome vyvinuté http://www.lyricsmania.com, a jeho hlavní funkcí je „Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lyrics Mania
Stáhněte si soubory rozšíření Lyrics Mania 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í
Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly
Základní Informace o Rozšíření
Název | |
ID | fglpgaacgicodklnelblckodbndhdinb |
Oficiální URL | https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb |
Popis | Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar! |
Velikost souboru | 388 KB |
Počet instalací | 86 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-07-21 |
Datum Vydání | 2016-07-21 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | http://www.lyricsmania.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyrics Mania", "description": "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "notification.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "webNavigation", "tabs" ] } |