WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Word Bank

Word Bank

View on Chrome Web Store
4.1 (10 ratings)
1 new ratings
6 views

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

Create and use word banks for writing, vocabulary, spelling, comprehension, and recall. Click to insert and speak on hover built in.
Type
Extension
Users
200,000 users
100K
Website wordbank.io
Don Johnston Incorporated
Featured Extension

Hand-picked for quality and usefulness

Published
Version 3.0.5.530
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Bank",
    "version": "3.0.5.530",
    "manifest_version": 3,
    "minimum_chrome_version": "108",
    "description": "Create and use word banks for writing, vocabulary, spelling, comprehension, and recall. Click to insert and speak on hover built in.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJ2PPrBT0qm6CUFbDER+iujko\/Zp9P3pzFJCwwk6JvcOzw5tAfKxFoNDbZZV6BaeHKm9xaedGsY6tWNaXpp51clAb4OZAK0w7XfpTMnc3YCC6H6EcMnoq6ZPAcGLLRCBRF171RdplJtJd8TtRKESOKVz6dOZWgf\/m7QULeAzZwi5Xi4pFYMYzYvDHXr98b3ruAEn8\/PxADXhU+lzORczlEe696T80i+8iuu3jpdYi44fuwd+OsL4fQ3px\/7+aOhOqbfRMygFFE+isAgf+KGvWB1yNK66miOI6d+6Na5udeNxTeuppiYN5F25VXAHQgwd7TkZvvD354uIxVIgMBsQfQIDAQAB",
    "background": {
        "service_worker": "background-service.js",
        "type": "module"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "css": [
                "common\/ui\/effects.css",
                "contentScripts\/geometryController.css",
                "contentScripts\/mainContainer.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/read.learningally.org\/*",
                "https:\/\/login.donjohnston.net\/*",
                "https:\/\/app.writingprotocol.com\/*",
                "https:\/\/app.writingprotocol.qadji.com\/*",
                "https:\/\/app.writingprotocol.stagedji.com\/*",
                "https:\/\/app.writingprotocol.lo.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps01.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps02.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps03.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps04.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps05.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps06.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps07.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps08.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps09.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps10.devdji.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "thirdParty\/jquery\/jquery.min.js",
                "thirdParty\/d3\/d3.v4.min.js",
                "thirdParty\/d3-cloud\/d3.layout.cloud.js",
                "thirdParty\/d3-scale\/d3-scale.v1.min.js",
                "thirdParty\/d3-scale-chromatic\/d3-scale-chromatic.v1.min.js",
                "thirdParty\/jspdf\/jspdf-1.3.5.min.js",
                "thirdParty\/rasterizeHTML\/rasterizeHTML-1.3.0.js",
                "libs\/core-lib-utils.umd.js",
                "contentScripts\/core-lib-adapter.js",
                "common\/utilities.js",
                "common\/ui\/effects.js",
                "common\/ui\/templates.js",
                "contentScripts\/geometryController.js",
                "contentScripts\/printController.js",
                "contentScripts\/downloadController.js",
                "contentScripts\/layout.js",
                "contentScripts\/readability.js",
                "contentScripts\/speechRecognition.js",
                "contentScripts\/mainContainer.js",
                "contentScripts\/selectionMapper.js",
                "contentScripts\/contentScriptManager.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/read.learningally.org\/*",
                "https:\/\/login.donjohnston.net\/*",
                "https:\/\/app.writingprotocol.com\/*",
                "https:\/\/app.writingprotocol.qadji.com\/*",
                "https:\/\/app.writingprotocol.stagedji.com\/*",
                "https:\/\/app.writingprotocol.lo.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps01.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps02.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps03.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps04.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps05.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps06.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps07.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps08.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps09.devdji.com\/*",
                "https:\/\/app.writingprotocol.apps10.devdji.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "resources\/graphics\/wbuIcon-16x16.png",
        "48": "resources\/graphics\/wbuIcon-48x48.png",
        "128": "resources\/graphics\/wbuIcon-128x128.png",
        "256": "resources\/graphics\/wbuIcon-256x256.png"
    },
    "action": {
        "default_icon": {
            "19": "resources\/graphics\/wbuLoading_19.png",
            "38": "resources\/graphics\/wbuLoading_38.png"
        },
        "default_title": "Word Bank Universal"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "go.html",
                "status",
                "background\/helpers\/speechRecognitionPermission.html",
                "resources\/images\/add.svg",
                "resources\/images\/search.svg",
                "resources\/images\/mic.svg",
                "resources\/images\/mic-off.svg",
                "resources\/images\/options-white.svg",
                "resources\/images\/options-black.svg",
                "resources\/images\/settings-black.svg",
                "resources\/images\/favorites-white.svg",
                "resources\/images\/favorites-pink.svg",
                "resources\/images\/favorites-saved.svg",
                "resources\/images\/sign-out-black.svg",
                "resources\/images\/ic_arrow.svg",
                "resources\/images\/ic_arrow_up.svg",
                "resources\/images\/ic_arrow_down.svg",
                "resources\/images\/ic_arrow_white.svg",
                "resources\/images\/ic_nature_people_black_24px.svg",
                "resources\/images\/ic_done_black_24px.svg",
                "resources\/images\/recent.svg",
                "resources\/images\/recent-active.svg",
                "resources\/images\/recent-inactive.svg",
                "resources\/images\/favorites-active.svg",
                "resources\/images\/favorites-inactive.svg",
                "resources\/images\/edit-word-black.svg",
                "resources\/images\/delete-black.svg",
                "resources\/images\/download-black.svg",
                "resources\/images\/print-black.svg",
                "resources\/images\/font-black.svg",
                "resources\/images\/layout-black.svg",
                "resources\/images\/number-of-words-black.svg",
                "resources\/images\/number-of-words-min.svg",
                "resources\/images\/number-of-words-max.svg",
                "resources\/images\/arrow-dropright-black.svg",
                "resources\/images\/clear-recents-black.svg",
                "resources\/images\/close-search-bar-black.svg",
                "resources\/images\/little.svg",
                "resources\/images\/big.svg",
                "resources\/images\/tip_no_word_bank.svg",
                "resources\/images\/tip_no_favorites.svg",
                "resources\/images\/poweredByDuckDuckGo.jpg",
                "resources\/images\/poweredByDuckDuckGo.svg",
                "common\/ui\/effects.css",
                "contentScripts\/mainContainer.html",
                "contentScripts\/mainContainer.css",
                "contentScripts\/mainContainerPrintable.css",
                "contentScripts\/geometryController.css",
                "contentScripts\/selectionMapperGoogleDocsProxy.js",
                "resources\/fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "tts",
        "unlimitedStorage",
        "storage",
        "webRequest",
        "notifications",
        "offscreen",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'none';"
    }
}
© 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.