Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Copy hyperlink as Edge does là gì?
Copy hyperlink as Edge does là một tiện ích mở rộng Chrome được phát triển bởi zxylost, và tính năng chính của nó là "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Ả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 Copy hyperlink as Edge does
Tải xuống các tệp mở rộng Copy hyperlink as Edge does 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
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy hyperlink as Edge does |
ID | pindpfknjjhmjdpgpfdempcnheecfkah |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
Mô tả | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
Kích Thước Tệp | 10.83 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2023-06-18 |
Ngày Phát Hành | 2023-06-18 |
Nhà Phát Triển | zxylost |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "copyurlwithtitle.js", "toast.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Copy hyperlink as Edge does", "short_name": "Copy hyperlink as Edge does", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |