WebExtension.net
WebExtension.net

Editor for Docs, Sheets & Slides

View on Chrome Web Store
View Editor for Docs, Sheets & Slides Chrome Extension on Chrome Web Store
4.7 (261 ratings)

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

View, edit and select the layout of Google Docs, Sheets, and Slides with an easy access via extension menu
Type
Extension
Users
200,000 users
konimatoan
View author page of konimatoan
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 14, 2019
Version 1.1.9
Manifest version
3
Updated
Updated on July 9, 2024
View on Chrome Web Store
View Editor for Docs, Sheets & Slides Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.1.9",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon256x256.png"
    },
    "permissions": [
        "storage",
        "system.display"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "src\/js\/contentScript.js"
            ],
            "all_frames": true
        },
        {
            "js": [
                "DocsOpener.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "48": "icons\/icon256x256.png",
        "128": "icons\/icon256x256.png",
        "256": "icons\/icon256x256.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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