WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Were You Typing

Were You Typing

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

Notifies you when you type something if no text boxes are currently selected, meaning the inputed text isn't going anywhere.
Type
Extension
Users
8 users
1
em_te
View author page of em_te
Published
Published on March 28, 2020
Version 0.2.3
Manifest version
2
Updated
Updated on June 15, 2021
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Were You Typing 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": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.2.3",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "24": "icon_24.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/content.css"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "KeypressDelete.ogg"
    ]
}
© 2026 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