Inspect and view changes in Co:Writer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Co:Writer",
"version": "4.9.2.519",
"manifest_version": 2,
"minimum_chrome_version": "28",
"description": "Word prediction that is grammar smart and inventive spelling aware. Speech recognition allows you to speak it, and we'll write it.",
"default_locale": "en",
"background": {
"page": "Background/background.html"
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"https://docs.google.com/document/create",
"https://docs.google.com/document/create?*",
"https://docs.google.com/document/u/*/create",
"https://docs.google.com/document/u/*/create?*",
"https://docs.google.com/document/u/*/d/*",
"https://docs.google.com/document/d/*"
],
"js": [
"WebExtensions/preloads/gdocs-preload.js"
],
"run_at": "document_start"
},
{
"css": [
"ContentScripts/ui/cweFonts.css"
],
"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"
},
{
"js": [
"libs/core-lib-utils.umd.js",
"Common/core-lib-utils-adapter.js",
"Common/color.js",
"WebExtensions/utils/timer.js",
"Common/cweLogger.js",
"ContentScripts/cweTopicHelper.js",
"libs/core-lib-text-mapper.umd.js",
"Common/core-lib-text-mapper-adapter.js",
"ContentScripts/document-text-mapper-adapter-cwe.js",
"ContentScripts/ui/djiUiTemplatesRegistry.js",
"WebExtensions/ui/djiDOMExtensions.js",
"ContentScripts/ui/cweMainView.js",
"ContentScripts/ui/cweToast.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"
},
{
"js": [
"ThirdParty/jquery/jquery-2.0.3.min.js",
"ThirdParty/mark/mark.min.js",
"WebExtensions/utils/textarea-caret-helper.js",
"Common/cweChromeCoreCharacterSet.js",
"Common/cweChromeUtilities.js",
"Common/cweDialog.js",
"dex/dexController.js",
"Background/cweWikiReader.js",
"ContentScripts/permissionsController.js",
"ContentScripts/accessibilityController.js",
"WebExtensions/fsm/fsm.js",
"ContentScripts/twp-task-scheduler.js",
"ContentScripts/cwe-ime-task.js",
"ContentScripts/cweChromeHookGeneric.js",
"ContentScripts/cweChromeHookGoogleDocs.js",
"ContentScripts/cweChromeHookOffice365.js",
"ContentScripts/speechRecognitionController.js",
"ContentScripts/cweAsNeededController.js",
"ContentScripts/cweChromeIME.js",
"ContentScripts/cweHookLoader.js",
"ContentScripts/cweToolbar.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_end"
}
],
"options_page": "Options/options.html",
"browser_action": {
"default_icon": {
"19": "Graphics/CoWriterIcon-Loading_19.png",
"38": "Graphics/CoWriterIcon-Loading_38.png"
},
"default_title": "Co:Writer",
"default_popup": "Background/popup.html"
},
"icons": {
"16": "Graphics/CoWriterIcon-16x16.png",
"48": "Graphics/CoWriterIcon-48x48.png",
"128": "Graphics/CoWriterIcon-128x128.png",
"256": "Graphics/CoWriterIcon-256x256.png"
},
"web_accessible_resources": [
"status",
"go.html",
"ContentScripts/cweEventDispatcherGD.js",
"WebExtensions/selection/cweEventDispatcherGS.js",
"ContentScripts/ui/cweMainViewTemplates.html",
"Background/helpers/speechRecognitionPermission.html",
"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",
"WebExtensions/thirdParty/cryptojs/md5.js",
"WebExtensions/canvas/*.js",
"WebExtensions/canvas/*.css",
"WebExtensions/ui/screen-selection-overlay.js",
"WebExtensions/selection/*.js",
"libs/cwe-event-dispatcher.js"
],
"permissions": [
"<all_urls>",
"tabs",
"notifications",
"unlimitedStorage",
"contextMenus",
"webRequest",
"webRequestBlocking",
"webNavigation"
],
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}
Similar add-ons
Here are some Edge add-ons that are similar to Co:Writer:
Speak! - Speech-To-Text Smart Dictation
KREDOR
Transcribe Speech To Text
NO FRIENDS LTD
WProofreader: AI grammar check & rewrite tool
WebSpellChecker
TextCortex: Personal AI Assistant & AI Writer
Text Cortex AI UG
Speech to Text
Free Software Apps
CleverType
CleverType
FluentTyper: Autocomplete and Spell Checker
Bartosz Tomczyk
Overleaf Copilot
OverleafCopliot
Grammar Checker
LinangData
Popular extensions / apps
Here are some popular extensions / apps that you might be interested in:
Grammarly: AI Writing and Grammar Checker App
https://grammarly.com
Bitwarden Password Manager
https://bitwarden.com
Ubersuggest - SEO and Keyword Discovery
Ubersuggest
Dark Reader
https://darkreader.org
Sider: Chat with all AI models (DeepSeek, Gemini, Claude, etc.)
https://sider.ai
ChatGPT
OpenAI
Booking.com: Hotels & Travel
Booking.com Hotels & Vacation Rentals
Screenshot & Screen Recorder Tool
https://scrnli.com
Flo Period & Pregnancy Tracker
Flo Health Inc.
Streak CRM for Gmail
https://streak.com
Microsoft Outlook
Microsoft Corporation
Adobe Acrobat: PDF edit, convert, sign tools
https://www.adobe.com