Nexus Research

Write research papers faster

What is Nexus Research?

Nexus Research is a Chrome extension developed by dohyun, and its main feature is "Write research papers faster".

Extension Screenshots

screenshot

Download Nexus Research Extension CRX File

Download Nexus Research extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Nexus is a tool that helps research paper writers organize their information and extract knowledge from their information faster.                    

Extension Basic Information

Name Nexus Research Nexus Research
ID lpfoebojlmdjobhgbifcdeajbdcenpbj
Official URL https://chromewebstore.google.com/detail/nexus-research/lpfoebojlmdjobhgbifcdeajbdcenpbj
Description Write research papers faster
File Size 1.98 MB
Installation Count 57
Current Version 1.0.5
Last Updated 2023-11-16
Publish Date 2023-10-13
Rating 5.00/5 Total 1 Ratings
Developer dohyun
Email [email protected]
Payment Type free
Extension Website https://nexusresearch.ai/
Privacy Policy Page URL https://nexusresearch.ai/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nexus Research",
    "description": "Write research papers faster",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/clerk.nexusresearch.ai\/"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}