Skilling Champion extension
Copy link address with CreatorID
Was ist Skilling Champion extension?
Skilling Champion extension ist eine Chrome-Erweiterung, die von mjibrandl entwickelt wurde, und ihr Hauptmerkmal ist "Copy link address with CreatorID".
Erweiterungsscreenshots
Skilling Champion extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skilling Champion extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eichjbmnicihhbhodbejfkceoknaclfd |
| Offizielle URL | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
| Beschreibung | Copy link address with CreatorID |
| Dateigröße | 15.33 KB |
| Installationsanzahl | 430 |
| Aktuelle Version | 1.5.0 |
| Letztes Update | 2024-03-01 |
| Veröffentlichungsdatum | 2020-09-03 |
| Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
| Entwickler | mjibrandl |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
| Unterstützte Sprachen | 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"
}
} | |