Genius Copier

This extension lets you copy lyrics or images on Genius.com

什麼是Genius Copier?

Genius Copier是由paolodedo開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you copy lyrics or images on Genius.com”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Genius Copier擴展crx文件

下載Genius Copier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Genius Copier Extension for Chrome

With this small and light plugin, you have the chance to copy lyrics and get image URL in a simplified way.

The new 6.0 version provides utilities, like "Expand All" in order to see music productions and an easy way to open all the songs in browser tabs, even for the "Album" page!

Plus, you have the possibility of setting your custom width and height for a nice and useful Youtube floating media box.                    

擴展基本資訊

名稱 Genius Copier Genius Copier
ID gmplelbepcielekgokdldeffbkjacglf
官方網址 https://chrome.google.com/webstore/detail/genius-copier/gmplelbepcielekgokdldeffbkjacglf
簡介 This extension lets you copy lyrics or images on Genius.com
檔案大小 2.07 MB
安裝次數 93
目前版本 7.0
更新時間 2021-11-23
上架時間 2020-03-03
評分 5.00/5 共 4 次評分
開發者 paolodedo
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Copier",
    "short_name": "Genius Copier",
    "description": "This extension lets you copy lyrics or images on Genius.com",
    "version": "7.0",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "skin\/images\/genius-icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js",
                "assets\/fontawesome\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/vendor\/jquery-3.3.1.min.js",
                "js\/vendor\/toastr-2.1.4.min.js",
                "js\/genius-copier.js"
            ],
            "matches": [
                "https:\/\/genius.com\/*"
            ],
            "css": [
                "skin\/css\/vendor\/toastr-2.1.4.min.css",
                "skin\/css\/genius-copier.css",
                "assets\/fontawesome\/css\/all.min.css"
            ]
        }
    ],
    "action": {
        "default_icon": "skin\/images\/genius-favicon-19x19px.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}