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. 擴展基本資訊
| 名稱 | |
| ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
| 官方網址 | 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\/*"
]
}
]
} | |