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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open with Overleaf एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |