GroundAI
Read ArXiv papers in html
GroundAI क्या है?
GroundAI https://groundai.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read ArXiv papers in html"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GroundAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click in the GroundAI icon when you're in an ArXiv paper page, and it'll automatically open the GroundAI HTML version.
एक्सटेंशन की मूल जानकारी
नाम | GroundAI |
ID | clmfghaigoglldpeccpmabboajajjhfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/groundai/clmfghaigoglldpeccpmabboajajjhfp |
विवरण | Read ArXiv papers in html |
फ़ाइल का आकार | 42.6 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2018-05-01 |
प्रकाशन तिथि | 2018-05-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://groundai.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.groundai.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GroundAI", "version": "0.0.0.2", "description": "Read ArXiv papers in html", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "permissions": [ "http:\/\/arxiv.org\/", "https:\/\/arxiv.org\/", "activeTab", "tabs" ], "browser_action": { "default_icon": "images\/icon32x32.png" }, "manifest_version": 2, "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon48x48.png", "144": "images\/icon144x144.png" }, "content_scripts": [ { "matches": [ "https:\/\/arxiv.org\/abs\/*" ], "js": [ "jquery-3.3.1.min.js", "contentScript.js" ] } ] } |