Skilling Champion extension
Copy link address with CreatorID
What is Skilling Champion extension?
Skilling Champion extension is a Chrome extension developed by mjibrandl, and its main feature is "Copy link address with CreatorID".
Extension Screenshots
Download Skilling Champion extension Extension CRX File
Download Skilling Champion extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
Official URL | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Description | Copy link address with CreatorID |
File Size | 15.33 KB |
Installation Count | 430 |
Current Version | 1.5.0 |
Last Updated | 2024-03-01 |
Publish Date | 2020-09-03 |
Rating | 4.89/5 Total 9 Ratings |
Developer | mjibrandl |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Supported Languages | 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" } } |