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란 무엇입니까?

Open with Overleaf은(는) Ishan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open with Overleaf 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Open with Overleaf Open with Overleaf
ID ogkcgcbjhhpamnmaaplbafkmedigofaa
공식 URL https://chromewebstore.google.com/detail/open-with-overleaf/ogkcgcbjhhpamnmaaplbafkmedigofaa
설명 Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer
파일 크기 13.78 KB
설치 횟수 5,344
현재 버전 1.0
최근 업데이트 2016-12-16
출시 날짜 2016-12-15
평점 4.71/5 총 7 개의 평점
개발자 Ishan
결제 유형 free
지원되는 언어 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"
    ]
}