QuickTeX
Rapidly render LaTeX in the menu bar.
Vad är QuickTeX?
QuickTeX är en Chrome-tillägg utvecklad av Arman Bhalla, och dess huvudfunktion är "Rapidly render LaTeX in the menu bar.".
Tilläggsskärmbilder
Ladda ner QuickTeX-förlängningens CRX-fil
Ladda ner QuickTeX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images. Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.
Grundläggande Information om Tillägg
Namn | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
Officiell webbadress | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
Beskrivning | Rapidly render LaTeX in the menu bar. |
Filstorlek | 1.55 MB |
Antal Installationer | 298 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | Arman Bhalla |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://techtide.github.io/ |
Hjälpsida URL | https://techtide.github.io/ |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTeX", "version": "1.4", "description": "Rapidly render LaTeX in the menu bar.", "icons": { "32": "icons\/QT-32.png", "48": "icons\/QT-48.png", "96": "icons\/QT-96.png" }, "browser_action": { "default_icon": "icons\/QT-96.png", "default_title": "QuickTeX", "default_popup": "popup\/window.html", "browser_style": true }, "permissions": [ "webRequest", "localStorage", "activeTabs" ] } |