Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
什么是Studyfree?
Studyfree是由https://studyfree.app开发的Chrome扩展程序,该扩展的主要功能是“Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.”。
扩展截图
下载Studyfree扩展crx文件
下载Studyfree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
扩展基本信息
名称 | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
官方URL | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
简介 | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
文件大小 | 6.74 KB |
安装次数 | 726 |
当前版本 | 1.1.1 |
更新时间 | 2024-02-19 |
上架时间 | 2023-11-10 |
评分 | 4.11/5 共9次评分 |
开发者 | https://studyfree.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.studyfree.app/ |
支持的语言 | 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\/*" ] } ] } |