Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Hvad er Genius Button?
Genius Button er en Chrome-udvidelse udviklet af jollex5, og dens hovedfunktion er "This extension opens a new tab with the Genius page for the song you're currently listening to.".
Udvidelsesskærmbilleder
Download Genius Button-udvidelses-CRX-fil
Download Genius Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lbglkmldocjomlnfomfdddbokglnlhng |
| Officiel URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
| Beskrivelse | This extension opens a new tab with the Genius page for the song you're currently listening to. |
| Filstørrelse | 41.56 KB |
| Antal Installationer | 315 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2016-01-29 |
| Udgivelsesdato | 2016-01-28 |
| Bedømmelse | 1.50/5 Samlet 8 Bedømmelser |
| Udvikler | jollex5 |
| Betalingsmetode | free |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |