Skilling Champion extension
Copy link address with CreatorID
Qu'est-ce que Skilling Champion extension ?
Skilling Champion extension est une extension Chrome développée par mjibrandl, et sa fonction principale est "Copy link address with CreatorID".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skilling Champion extension
Téléchargez les fichiers d'extension Skilling Champion extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
URL Officiel | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Description | Copy link address with CreatorID |
Taille du Fichier | 15.33 KB |
Nombre d'Installations | 430 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2020-09-03 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | mjibrandl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Langues Prises en Charge | 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" } } |