Skilling Champion extension
Copy link address with CreatorID
Vad är Skilling Champion extension?
Skilling Champion extension är en Chrome-tillägg utvecklad av mjibrandl, och dess huvudfunktion är "Copy link address with CreatorID".
Tilläggsskärmbilder
Ladda ner Skilling Champion extension-förlängningens CRX-fil
Ladda ner Skilling Champion extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
Officiell webbadress | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Beskrivning | Copy link address with CreatorID |
Filstorlek | 15.33 KB |
Antal Installationer | 430 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2024-03-01 |
Publiceringsdatum | 2020-09-03 |
Betyg | 4.89/5 Totalt 9 Betyg |
Utvecklare | mjibrandl |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Stödda Språk | 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" } } |