Skilling Champion extension
Copy link address with CreatorID
Cos'è Skilling Champion extension?
Skilling Champion extension è un'estensione di Chrome sviluppata da mjibrandl, e la sua funzione principale è "Copy link address with CreatorID".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skilling Champion extension
Scarica i file di estensione Skilling Champion extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
URL Ufficiale | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Descrizione | Copy link address with CreatorID |
Dimensione del File | 15.33 KB |
Conteggio Installazioni | 430 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2020-09-03 |
Valutazione | 4.89/5 Totale 9 Valutazioni |
Sviluppatore | mjibrandl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Lingue Supportate | 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" } } |