Skilling Champion extension
Copy link address with CreatorID
Skilling Champion extension क्या है?
Skilling Champion extension mjibrandl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy link address with CreatorID"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skilling Champion extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a 'Copy link address with CreatorID' item to your Chrome on suitable sites (see https://github.com/mjisaak/skilling-champion-extension). It also ensures that the CreatorID is correctly added to the URL, so you don't have to worry about whether the URL already contains a query. Don't forget to set the CreatorID in the extension options (chrome://extensions/?options=eichjbmnicihhbhodbejfkceoknaclfd)
एक्सटेंशन की मूल जानकारी
नाम | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
विवरण | Copy link address with CreatorID |
फ़ाइल का आकार | 15.33 KB |
स्थापना संख्या | 430 |
वर्तमान संस्करण | 1.5.0 |
अंतिम अपडेट | 2024-03-01 |
प्रकाशन तिथि | 2020-09-03 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | mjibrandl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
समर्थित भाषाएँ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Skilling Champion extension", "version": "1.5.0", "description": "Copy link address with CreatorID", "background": { "service_worker": "main.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "contextMenus", "storage", "clipboardWrite", "offscreen", "nativeMessaging" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |