Rafflesia for Overleaf

Handy tools for Overleaf

Rafflesia for Overleafคืออะไร?

Rafflesia for Overleaf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย felker.tech และคุณลักษณะหลักของมันคือ "Handy tools for Overleaf"

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

screenshot

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

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

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

                        This adds a bottom panel to Overleaf documents which provides an ever-growing list of tools in order to maximize your productivity while writing papers.

When this is installed, a small toolbar will appear at the bottom of an Overleaf document. When you open the toolbar, you'll find several tools that can run locally and interact with your document.

Some tools include:
- Citations: You are able to add a link and automatically generate the appropriate BibTeX content and insert it into your document
- Comments: You can quickly find TODOs and FIXMEs scattered throughout the document
- Math Catalog: Helpful reference material for using various math formulas and processes in your document
- Timer: Set and manage timers to help you focus in brief sprints
- Word Cloud: See a count of characters, words, paragraphs and most frequent words

Tools can be updated or added over the course of the product lifecycle. I welcome ideas and feedback on what you want to see next to boost your productivity.                    

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

ชื่อ Rafflesia for Overleaf Rafflesia for Overleaf
ID fdcjfccjfkjbhpmaiomkbclokacahenl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rafflesia-for-overleaf/fdcjfccjfkjbhpmaiomkbclokacahenl
คำอธิบาย Handy tools for Overleaf
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-07-10
วันที่เผยแพร่ 2022-06-27
ผู้พัฒนา felker.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Fleker/rafflesia
URL หน้าช่วยเหลือ https://github.com/Fleker/rafflesia/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rafflesia for Overleaf",
    "description": "Handy tools for Overleaf",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.overleaf.com\/project\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.overleaf.com\/project\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "webpage-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}