Skilling Champion extension
Copy link address with CreatorID
Hvad er Skilling Champion extension?
Skilling Champion extension er en Chrome-udvidelse udviklet af mjibrandl, og dens hovedfunktion er "Copy link address with CreatorID".
Udvidelsesskærmbilleder
Download Skilling Champion extension-udvidelses-CRX-fil
Download Skilling Champion extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
Officiel URL | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Beskrivelse | Copy link address with CreatorID |
Filstørrelse | 15.33 KB |
Antal Installationer | 430 |
Nuværende Version | 1.5.0 |
Senest Opdateret | 2024-03-01 |
Udgivelsesdato | 2020-09-03 |
Bedømmelse | 4.89/5 Samlet 9 Bedømmelser |
Udvikler | mjibrandl |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Understøttede Sprog | 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" } } |