Skilling Champion extension
Copy link address with CreatorID
Wat is Skilling Champion extension?
Skilling Champion extension is een Chrome-extensie ontwikkeld door mjibrandl, en de belangrijkste functie is "Copy link address with CreatorID".
Extensie Screenshots
Download het CRX-bestand van de extensie Skilling Champion extension
Download Skilling Champion extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | eichjbmnicihhbhodbejfkceoknaclfd |
| Officiële URL | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
| Beschrijving | Copy link address with CreatorID |
| Bestandsgrootte | 15.33 KB |
| Aantal Installaties | 430 |
| Huidige Versie | 1.5.0 |
| Laatst Bijgewerkt | 2024-03-01 |
| Publicatiedatum | 2020-09-03 |
| Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | mjibrandl |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
| Ondersteunde Talen | 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"
}
} | |