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文件

下載Open with Overleaf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}