Skilling Champion extension

Copy link address with CreatorID

什麼是Skilling Champion extension?

Skilling Champion extension是由mjibrandl開發的Chrome擴展程式,該擴展的主要功能是“Copy link address with CreatorID”。

擴展截圖

screenshot
screenshot

下載Skilling Champion extension擴展crx文件

下載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
官方網址 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"
    }
}