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 |
| Eメール | [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"
}
} | |