WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Moonlight: AI Colleague for Research Papers

Moonlight: AI Colleague for Research Papers

View on Chrome Web Store
View Moonlight: AI Colleague for Research Papers Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (59 ratings)
1 new ratings
13 views
This extension has been viewed 13 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Everything you need to read a paper: explanation, summary, translation, chat, and reference search.
Type
Extension
Users
30,000 users
10K
Website themoonlight.io
moonlight
View author page of moonlight
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 7, 2024
Version 1.7.13
Manifest version
3
Updated
Updated on September 11, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Moonlight: AI Colleague for Research Papers Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.7.13",
    "permissions": [
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web\/pdf.html",
                "images\/icon128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.themoonlight.io\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top