ECHOed Links
Gets all your ECHO links and puts them into one, convenient location
ECHOed Links là gì?
ECHOed Links là một tiện ích mở rộng Chrome được phát triển bởi cboy343dev, và tính năng chính của nó là "Gets all your ECHO links and puts them into one, convenient location".
Ả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 ECHOed Links
Tải xuống các tệp mở rộng ECHOed Links 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
FOR UC STUDENTS ONLY: This extension puts all the ECHO links onto the LEARN. It also makes all the links available in the extension. Changelog: You can now hide links. Various fixes and optimisations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ECHOed Links |
ID | mllhpiblnkfpfbedglgpbdbfikpnopgh |
URL Chính Thức | https://chromewebstore.google.com/detail/echoed-links/mllhpiblnkfpfbedglgpbdbfikpnopgh |
Mô tả | Gets all your ECHO links and puts them into one, convenient location |
Kích Thước Tệp | 216 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2021-08-22 |
Ngày Phát Hành | 2021-06-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | cboy343dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ECHOed Links", "description": "Gets all your ECHO links and puts them into one, convenient location", "version": "3.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.learn.canterbury.ac.nz\/my\/*" ], "js": [ "main.js" ] } ], "permissions": [ "storage", "tabs", "*:\/\/*.learn.canterbury.ac.nz\/my\/*" ], "browser_action": { "default_icon": "\/img\/logo_128.png", "default_popup": "popup.html", "default_title": "ECHOedLinks" }, "icons": { "16": "\/img\/logo_16.png", "32": "\/img\/logo_32.png", "48": "\/img\/logo_48.png", "128": "\/img\/logo_128.png", "512": "\/img\/logo_512.png", "1024": "\/img\/logo_1024.png" } } |