Simplify Overleaf

Simplify your overleaf to focus on editing!

Simplify Overleafคืออะไร?

Simplify Overleaf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weigq1234 และคุณลักษณะหลักของมันคือ "Simplify your overleaf to focus on editing!"

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

screenshot
screenshot

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

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

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

                        There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing!                    

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

ชื่อ Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
คำอธิบาย Simplify your overleaf to focus on editing!
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-11-14
วันที่เผยแพร่ 2021-11-11
ผู้พัฒนา weigq1234
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/weigq/simplify_overleaf
URL หน้าช่วยเหลือ https://github.com/weigq/simplify_overleaf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Overleaf",
    "description": "Simplify your overleaf to focus on editing!",
    "version": "1.0.3",
    "homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": [],
    "icons": {
        "128": "\/logo-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "\/thirdparty\/jquery.min.js",
                "\/thirdparty\/ResizeSensor.js",
                "\/thirdparty\/ElementQueries.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}