Latext AI
Your AI assistant for writing academic papers in Overleaf!
Latext AI क्या है?
Latext AI https://latextai.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your AI assistant for writing academic papers in Overleaf!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latext AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Latext AI sits inside Overleaf and writes LaTeX for you. It also edits LaTeX for you. It can help you write your entire paper, from Abstract to Conclusion. Latext AI saves Overleaf users hours every week, and helps them to write better papers. In just a matter of seconds, Latex AI can: - Insert and format tables, equations, and pseudocode - Position figures where you want them - Help you write the contents of your paper - whether that be rewriting a paragraph to be more formal, or writing a strong conclusion for each section in your paper - Add the packages you need to achieve the formatting you want - Help you debug compilation errors or warnings And much more! Anything you want done in LaTeX, Latext AI can help.
एक्सटेंशन की मूल जानकारी
नाम | Latext AI |
ID | bcmccneppjhkhpcpojnebonhbgcolbhj |
आधिकारिक URL | https://chromewebstore.google.com/detail/latext-ai/bcmccneppjhkhpcpojnebonhbgcolbhj |
विवरण | Your AI assistant for writing academic papers in Overleaf! |
फ़ाइल का आकार | 82.37 KB |
स्थापना संख्या | 1,630 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2023-02-16 |
प्रकाशन तिथि | 2023-01-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://latextai.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://latextai.com/ |
सहायता पृष्ठ URL | https://discord.gg/evCvHSSD |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Latext AI", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn24EebQ9Q6T\/iE4jLdTqMWrDeHeY9xdDq2hBBsEH6ZnqlM8nrHFd1+rBqb0QFgXHjl40xzqo76Q5xHyKW5pHYK2a1BlMQURWDU3B4gkMmFS\/ZfF\/XmHPht7RpTEBQj04PlHoSPsGegaiOjzgOlL+IrtLGK7Zjn0Pvw6t5GgLJ1qCHMmudA0aKdjT8JY7SenbvhSqeho5NT4mOBt\/8Gju+fzPifRaSsOCcZ8NPMAwGYY\/D+7OceMlBrlrTMQqfwsnWYm+MyLvkbvrSi9sLvDfz8+0dh70LH1oujfktt9uj2e3pFRZqT7eph+CfQpLL0h3kCyTNw80FYksuNvmUA8QtwIDAQAB", "version": "0.0.4", "description": "Your AI assistant for writing academic papers in Overleaf!", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "commands": { "generateAndAddContext": { "suggested_key": { "default": "Ctrl+Shift+9" }, "description": "Use me to generate LaTeX inside your Overleaf paper!" } }, "content_scripts": [ { "matches": [ "https:\/\/*.overleaf.com\/project\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle.chunk.css" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.latextai.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-32.png" ], "matches": [ "https:\/\/*.overleaf.com\/*" ] } ] } |