Rafflesia for Overleaf
Handy tools for Overleaf
Rafflesia for Overleaf란 무엇입니까?
Rafflesia for Overleaf은(는) felker.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handy tools for Overleaf"입니다.
확장 프로그램 스크린샷
Rafflesia for Overleaf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |