GroundAI
Read ArXiv papers in html
什麼是GroundAI?
GroundAI是由https://groundai.com開發的Chrome擴展程式,該擴展的主要功能是“Read ArXiv papers in html”。
擴展截圖
下載GroundAI擴展crx文件
下載GroundAI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Click in the GroundAI icon when you're in an ArXiv paper page, and it'll automatically open the GroundAI HTML version.                     擴展基本資訊
| 名稱 |   |  
| ID | clmfghaigoglldpeccpmabboajajjhfp | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |