Genius Enhancer
Automation tools and productivity enhancements to streamline workflow and modernize Genius's style.
Genius Enhancer क्या है?
Genius Enhancer https://uri6.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation tools and productivity enhancements to streamline workflow and modernize Genius's style."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Genius Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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' ;" } } |