Genius Enhancer

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

Genius Enhancer란 무엇입니까?

Genius Enhancer은(는) https://uri6.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation tools and productivity enhancements to streamline workflow and modernize Genius's style."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Genius Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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' ;"
    }
}