WebExtension.net
Toggle dark mode
WebExtension.net

Co:Writer

View on Chrome Web Store
View Co:Writer Chrome Extension on Chrome Web Store
Add to bookmarks
2.8 (85 ratings)
1 new ratings
18 views
This extension has been viewed 18 times

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

Word prediction that is grammar smart and inventive spelling aware. Speech recognition allows you to speak it, and we'll write it.
Type
Extension
Users
4,000,000 users
1M
Website cowriter.com
Don Johnston Incorporated
View author page of Don Johnston Incorporated
Published
Published on September 4, 2014
Version 5.0.7.828
Manifest version
3
Updated
Updated on November 6, 2024
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Co:Writer 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": "Co:Writer",
    "version": "5.0.7.828",
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "description": "Word prediction that is grammar smart and inventive spelling aware. Speech recognition allows you to speak it, and we'll write it.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqmml70efkU4\/2zCzkjTESxHCXbL1Be02O9qY9XQNUbEIq3grhYrJzspZP3eifev1m\/y5Lz1\/Fp1mv+y6HGvi3gZiH\/9VsY4juQylmkr\/trXseJQIVGCjXjNThpjP9jHVspO0\/ScV2DRNQdc4LaLiy3HC0oJFrgLI4Zrg6WBLJozBacYK\/O1ZIL4pU5R4hyRImi1ntzPVTTz5u4KaS0CQVtnwOCuAm9+zLIMjtcMAG4sy3L+Mg2P\/FT98oaL1y7rYz1QzXgCEqixi3+cELKqqnpSCXVS4kGeKtgx2YDNh5iONcI\/JPAeLO5j0L32AfN9A\/tW350u3SX49xiBPrvtfQIDAQAB",
    "action": {
        "default_popup": "Background\/popup.html"
    },
    "background": {
        "service_worker": "background-service.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "WebExtensions\/preloads\/gdocs-preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "ThirdParty\/jquery\/jquery-2.0.3.min.js",
                "ThirdParty\/mark\/mark.min.js",
                "Common\/core-libs.js",
                "Common\/cwe-common-bundle.js",
                "ContentScripts\/cwe-frame-bundle.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/read.learningally.org\/*",
                "https:\/\/accounts.google.com\/signin\/*",
                "https:\/\/login.microsoftonline.com\/common\/oauth2\/*",
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/login.live.com\/*",
                "https:\/\/login.donjohnston.net\/*",
                "https:\/\/login.stagedji.com\/*",
                "https:\/\/login.qadji.com\/*",
                "https:\/\/app.writingprotocol.com\/*",
                "https:\/\/app.writingprotocol.qadji.com\/*",
                "https:\/\/app.writingprotocol.stagedji.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/docs.google.com\/*",
                "*:\/\/classroom.google.com\/*"
            ],
            "js": [
                "libs\/core-lib-text-mapper-google.umd.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "Options\/options.html",
    "icons": {
        "16": "Graphics\/CoWriterIcon-16x16.png",
        "48": "Graphics\/CoWriterIcon-48x48.png",
        "128": "Graphics\/CoWriterIcon-128x128.png",
        "256": "Graphics\/CoWriterIcon-256x256.png"
    },
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "status",
                "go.html",
                "Background\/osd.html",
                "ContentScripts\/cweEventDispatcherGD.js",
                "WebExtensions\/selection\/cweEventDispatcherGS.js",
                "ContentScripts\/ui\/cweMainViewTemplates.html",
                "SpeechRecognition\/helpers\/speechRecognitionPermission.html",
                "SpeechRecognition\/speech-recognition-frame-bundle.js",
                "Graphics\/About.svg",
                "Graphics\/CoWriterIcon-16x16.png",
                "Graphics\/CoWriterIcon-48x48.png",
                "Graphics\/CoWriterIcon-128x128.png",
                "Graphics\/CoWriterIcon-256x256.png",
                "Graphics\/ic_mic_black_24px.svg",
                "Graphics\/ic_mic_off_black_24px.svg",
                "Graphics\/ic_mic_blue.svg",
                "Graphics\/ic_mic_white.svg",
                "Graphics\/cw_as_needed_icon.svg",
                "Graphics\/cw_as_needed_misspell.svg",
                "Graphics\/stt_misspelling.svg",
                "Fonts\/*.woff",
                "Fonts\/*.woff2",
                "Fonts\/*.ttf",
                "Fonts\/OpenDyslexic-BoldItalic.woff",
                "Graphics\/sprite\/sprite-common.css",
                "Graphics\/sprite\/cw\/sprite.css",
                "Graphics\/sprite\/cw\/cw-sprite.svg",
                "Graphics\/sprite\/cw\/bookmark.svg",
                "Graphics\/sprite\/cw\/language.svg",
                "Graphics\/sprite\/cw\/check.svg",
                "Graphics\/sprite\/cw\/translate.svg",
                "Graphics\/sprite\/cw\/account_face.svg",
                "Graphics\/sprite\/cw\/power_settings_new.svg",
                "WebExtensions\/selection\/*.js",
                "libs\/*.js",
                "Localization\/Languages\/en.json",
                "Localization\/Languages\/fr.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "notifications",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'none'; style-src 'self'"
    }
}
WebExtension.net

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

© 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