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 | 
| 公式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"
            ]
        }
    ]
}  |  |