Open with Overleaf
Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer
Open with Overleaf là gì?
Open with Overleaf là một tiện ích mở rộng Chrome được phát triển bởi Ishan, và tính năng chính của nó là "Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open with Overleaf
Tải xuống các tệp mở rộng Open with Overleaf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Open with Overleaf allows you to open/edit latex file online using www.overleaf.com (previously known as www.writelatex.com) without the need of any software to be installed on your computer. By right clicking on a publicly accessible link for a supported file type, and then selecting "Open with Overleaf" from the context menu, you will be taken to the www.overleaf.com website. No more downloading large files or installing another application to view/edit latex files. The Open with Overleaf extension does not work on files that require a log-in to view. Supporting files can be in the following formats: Figures: .pdf, .jpeg, .png Bibliography: .bib, .bst Styles, packages and classes: .sty, .cls, .clo LaTeX include files: .tex Data files: .dat, .txt, .csv, .tsv Source listings: .py, .m, .R, .rb, .erl (Python, MATLAB, R, Ruby, Erlang) This extension is open source. Source code is available on https://github.com/ishu3101/open-with-overleaf If you like this extension, then check out my other extensions too! - Copy URL + Title - Gist It
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open with Overleaf |
ID | ogkcgcbjhhpamnmaaplbafkmedigofaa |
URL Chính Thức | https://chromewebstore.google.com/detail/open-with-overleaf/ogkcgcbjhhpamnmaaplbafkmedigofaa |
Mô tả | Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer |
Kích Thước Tệp | 13.78 KB |
Số Lần Cài Đặt | 5,344 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-12-16 |
Ngày Phát Hành | 2016-12-15 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Ishan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open with Overleaf", "version": "1.0", "description": "Open\/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "homepage_url": "https:\/\/github.com\/ishu3101\/open-with-overleaf", "permissions": [ "contextMenus" ] } |