Skilling Champion extension
Copy link address with CreatorID
Apa itu Skilling Champion extension?
Skilling Champion extension adalah ekstensi Chrome yang dikembangkan oleh mjibrandl, dan fitur utamanya adalah "Copy link address with CreatorID".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Skilling Champion extension
Unduh file ekstensi Skilling Champion extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
URL Resmi | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Deskripsi | Copy link address with CreatorID |
Ukuran File | 15.33 KB |
Jumlah Instalasi | 430 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2024-03-01 |
Tanggal Publikasi | 2020-09-03 |
Penilaian | 4.89/5 Total 9 Penilaian |
Pengembang | mjibrandl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Bahasa yang Didukung | 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" } } |