Skilling Champion extension

Copy link address with CreatorID

Skilling Champion extensionคืออะไร?

Skilling Champion extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mjibrandl และคุณลักษณะหลักของมันคือ "Copy link address with CreatorID"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skilling Champion extension

ดาวน์โหลดไฟล์ส่วนขยาย Skilling Champion extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}