Studyfree

Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.

Studyfreeคืออะไร?

Studyfree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://studyfree.app และคุณลักษณะหลักของมันคือ "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Studyfree

ดาวน์โหลดไฟล์ส่วนขยาย Studyfree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Studyfree 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\/*"
            ]
        }
    ]
}