Skilling Champion extension
Copy link address with CreatorID
Skilling Champion extension là gì?
Skilling Champion extension là một tiện ích mở rộng Chrome được phát triển bởi mjibrandl, và tính năng chính của nó là "Copy link address with CreatorID".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skilling Champion extension
Tải xuống các tệp mở rộng Skilling Champion extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skilling Champion extension |
ID | eichjbmnicihhbhodbejfkceoknaclfd |
URL Chính Thức | https://chromewebstore.google.com/detail/skilling-champion-extensi/eichjbmnicihhbhodbejfkceoknaclfd |
Mô tả | Copy link address with CreatorID |
Kích Thước Tệp | 15.33 KB |
Số Lần Cài Đặt | 430 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2020-09-03 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | mjibrandl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mjisaak/mvp-docs-learn-champion-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |