Genius Enhancer

Automation tools and productivity enhancements to streamline workflow and modernize Genius's style.

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

Το Genius Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uri6.github.io, και η κύρια λειτουργία του είναι "Automation tools and productivity enhancements to streamline workflow and modernize Genius's style.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With automation tools such as adding credits & tags to each song in an album with one link, autofill links via linking a playlist, and auto-link artwork button, you can streamline your workflow and save time.

In addition, it includes productivity enhancements such as color-coded brackets in the lyrics edit page, reply button for suggestions, and alerts for missing bios & important metadata, making it easier for you to navigate and find the information you need.

And to top it off, it also modernizes the website's style, giving it a more modern look and feel :)                    

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

Όνομα Genius Enhancer Genius Enhancer
ID hnkhjljomklfcnfnbbikoddbolmpaifl
Επίσημο URL https://chromewebstore.google.com/detail/genius-enhancer/hnkhjljomklfcnfnbbikoddbolmpaifl
Περιγραφή Automation tools and productivity enhancements to streamline workflow and modernize Genius's style.
Μέγεθος Αρχείου 612 KB
Αριθμός Εγκαταστάσεων 397
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2023-01-22
Αξιολόγηση 4.94/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://uri6.github.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://uri6.github.io/genius-enhancer
Διεύθυνση URL της Σελίδας Βοήθειας https://uri6.github.io/genius-enhancer/report-a-bug/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Enhancer",
    "description": "Automation tools and productivity enhancements to streamline workflow and modernize Genius's style.",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/src\/imgs\/icons\/3\/16x16.png",
        "32": "\/src\/imgs\/icons\/3\/32x32.png",
        "48": "\/src\/imgs\/icons\/3\/48x48.png",
        "128": "\/src\/imgs\/icons\/3\/128x128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "author": "Uri Sivani",
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "src\/imgs\/*"
            ],
            "matches": [
                "*:\/\/*.genius.com\/*",
                "*:\/\/genius.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "\/src\/html\/popup.html",
        "default_icon": {
            "16": "\/src\/imgs\/icons\/3\/16x16.png",
            "32": "\/src\/imgs\/icons\/3\/32x32.png",
            "48": "\/src\/imgs\/icons\/3\/48x48.png",
            "128": "\/src\/imgs\/icons\/3\/128x128.png"
        }
    },
    "requirements": {
        "minimum_chrome_version": "86"
    },
    "options_page": "\/src\/html\/options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.genius.com\/*",
        "*:\/\/genius.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ; img-src 'self' ; style-src 'self' ;"
    }
}