Genius Button

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

Τι είναι το Genius Button;

Το Genius Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jollex5, και η κύρια λειτουργία του είναι "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Genius Button

Λήψη αρχείων επέκτασης Genius Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
Επίσημο URL https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Περιγραφή This extension opens a new tab with the Genius page for the song you're currently listening to.
Μέγεθος Αρχείου 41.56 KB
Αριθμός Εγκαταστάσεων 315
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-01-29
Ημερομηνία Δημοσίευσης 2016-01-28
Αξιολόγηση 1.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής jollex5
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}