Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Was ist Genius Button?
Genius Button ist eine Chrome-Erweiterung, die von jollex5 entwickelt wurde, und ihr Hauptmerkmal ist "This extension opens a new tab with the Genius page for the song you're currently listening to.".
Erweiterungsscreenshots
Genius Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Genius Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbglkmldocjomlnfomfdddbokglnlhng |
| Offizielle URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
| Beschreibung | This extension opens a new tab with the Genius page for the song you're currently listening to. |
| Dateigröße | 41.56 KB |
| Installationsanzahl | 315 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2016-01-29 |
| Veröffentlichungsdatum | 2016-01-28 |
| Bewertung | 1.50/5 Insgesamt 8 Bewertungen |
| Entwickler | jollex5 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |