Skilling Champion extension
Copy link address with CreatorID
ما هو Skilling Champion extension؟
Skilling Champion extension هو إضافة Chrome تم تطويرها بواسطة mjibrandl، والميزة الرئيسية لها هي "Copy link address with CreatorID".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Skilling Champion extension
قم بتنزيل ملفات الامتداد Skilling Champion extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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)
معلومات أساسية عن التمديد
الاسم | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
الوصف | Copy link address with CreatorID |
حجم الملف | 15.33 KB |
عدد التثبيتات | 430 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2024-03-01 |
تاريخ النشر | 2020-09-03 |
تقييم | 4.89/5 مجموع تقييمات 9 |
المطور | mjibrandl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
اللغات المدعومة | 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" } } |