Genius Button

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

Vad är Genius Button?

Genius Button är en Chrome-tillägg utvecklad av jollex5, och dess huvudfunktion är "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Genius Button-förlängningens CRX-fil

Ladda ner Genius Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
Officiell webbadress https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Beskrivning This extension opens a new tab with the Genius page for the song you're currently listening to.
Filstorlek 41.56 KB
Antal Installationer 315
Aktuell Version 1.0.1
Senast Uppdaterad 2016-01-29
Publiceringsdatum 2016-01-28
Betyg 1.50/5 Totalt 8 Betyg
Utvecklare jollex5
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}