Skilling Champion extension
Copy link address with CreatorID
什么是Skilling Champion extension?
Skilling Champion extension是由mjibrandl开发的Chrome扩展程序,该扩展的主要功能是“Copy link address with CreatorID”。
扩展截图
下载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)                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |