WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fast URL Corrector Kit

Fast URL Corrector Kit

View on Chrome Web Store
View Fast URL Corrector Kit Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

Allows you to quickly correct URL typos with one click. Identifies misspelled *.com, .net, wwww, typing ',' instead of '.' etc.
Type
Extension
Users
7 users
1
em_te
View author page of em_te
Published
Published on November 25, 2019
Version 0.2.2
Manifest version
2
Updated
Updated on December 7, 2019
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Fast URL Corrector Kit 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.2",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "20": "icon_20.png",
        "24": "icon_24.png",
        "38": "icon_38.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "<all_urls>",
        "contextMenus",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_hotkeyDescription__"
        }
    },
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icon_16.png",
            "19": "icon_19.png",
            "20": "icon_20.png",
            "24": "icon_24.png",
            "38": "icon_38.png",
            "48": "icon_48.png"
        },
        "default_title": "__MSG_pageActionTitle__"
    }
}
© 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