Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Studyfree là gì?
Studyfree là một tiện ích mở rộng Chrome được phát triển bởi https://studyfree.app, và tính năng chính của nó là "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".
Ả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 Studyfree
Tải xuống các tệp mở rộng Studyfree 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
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
URL Chính Thức | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
Mô tả | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
Kích Thước Tệp | 6.74 KB |
Số Lần Cài Đặt | 726 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2023-11-10 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://studyfree.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.studyfree.app/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Studyfree", "version": "1.1.1", "author": "jstinjoy", "icons": { "128": "assets\/img\/logo128.png" }, "content_scripts": [ { "js": [ "content\/studydrive.js" ], "matches": [ "https:\/\/www.studydrive.net\/*\/doc\/*" ] } ] } |