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.”。
擴展截圖
下載Genius Enhancer擴展crx文件
下載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 |
ID | hnkhjljomklfcnfnbbikoddbolmpaifl |
官方網址 | 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' ;" } } |