GroundAI
Read ArXiv papers in html
Apa itu GroundAI?
GroundAI adalah ekstensi Chrome yang dikembangkan oleh https://groundai.com, dan fitur utamanya adalah "Read ArXiv papers in html".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GroundAI
Unduh file ekstensi GroundAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click in the GroundAI icon when you're in an ArXiv paper page, and it'll automatically open the GroundAI HTML version.
Informasi Dasar Ekstensi
Nama | GroundAI |
ID | clmfghaigoglldpeccpmabboajajjhfp |
URL Resmi | https://chromewebstore.google.com/detail/groundai/clmfghaigoglldpeccpmabboajajjhfp |
Deskripsi | Read ArXiv papers in html |
Ukuran File | 42.6 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2018-05-01 |
Tanggal Publikasi | 2018-05-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://groundai.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.groundai.com |
Bahasa yang Didukung | 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" ] } ] } |