WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EZWrite

EZWrite

View on Chrome Web Store
View EZWrite Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 views
This extension has been viewed 1 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.

Simplify your school experience with the help of AI!
Type
Extension
Users
34 users
1
Website ezwrite.xyz
TsunamiWind
View author page of TsunamiWind
Published
Published on October 28, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on October 28, 2024
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View EZWrite 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": "EZWrite",
    "manifest_version": 3,
    "description": "Simplify your school experience with the help of AI!",
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/query-pdf.js",
                "scripts\/login-contentscript.js",
                "chrome-popup\/*",
                "style\/*",
                "content\/*",
                "webfonts\/*",
                "logo.png",
                "images\/*",
                "scripts\/script.js",
                "scripts\/jquery-3.1.1.min.js",
                "scripts\/injected-script.js",
                "Readability.js"
            ],
            "matches": [
                "<all_urls>",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "css": [
                "style\/ezwrite.css"
            ],
            "js": [
                "scripts\/docs-contentscript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Readability.js",
                "chrome-popup\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "<all_urls>"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "MacCtrl+E"
            },
            "description": "Start EZWrite"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.amplitude.com\/libs\/analytics-browser-1.6.8-min.js.gz;"
    }
}
© 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