Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

Co to jest Genius Button?

Genius Button to rozszerzenie Chrome opracowane przez jollex5, a jego główną funkcją jest „This extension opens a new tab with the Genius page for the song you're currently listening to.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Genius Button

Pobierz pliki rozszerzeń Genius Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
Oficjalny URL https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Opis This extension opens a new tab with the Genius page for the song you're currently listening to.
Rozmiar pliku 41.56 KB
Liczba instalacji 315
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-01-29
Data Publikacji 2016-01-28
Ocena 1.50/5 Łącznie 8 Oceny
Deweloper jollex5
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}