Typo Correct

Typocorrect will fix URL typos and misspellings. Our alogrithm will detect 'Goggle.com' and will replace it with 'Google.com'

Typo Correct là gì?

Typo Correct là một tiện ích mở rộng Chrome được phát triển bởi Typocorrect Widget, và tính năng chính của nó là "Typocorrect will fix URL typos and misspellings. Our alogrithm will detect 'Goggle.com' and will replace it with 'Google.com'".

Tải xuống tệp CRX của tiện ích mở rộng Typo Correct

Tải xuống các tệp mở rộng Typo Correct dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What is Typocorrect?

Typocorrect is a unique add-on/extension for your browser that will fix URL typos and misspellings. For example, if you type in outloook.com (an extra ‘o’), you will be instantly and seamlessly directed to outlook.com.

How does Typocorrect work?

Using state of the art programming technology and an algorithm that top programmers world wide would die for, Typocorrect is able to detect what the user is really looking for and will direct them to the correct website. 

How do I install Typocorrect?

Simply follow the links on the Home Page of typocorrect.org to the relevant Firefox or Chrome add-on/extension stores. There, you will be able to download the software and install it on your browser.

How do I uninstall or disable Typocorrect?

Simply go to the relevant add-on or extension menu of your browser and disable or delete the program from there.

Why is Typocorrect free?

We believe in the greater good and Typocorrect is a side project for us. We felt that there was a hole in the online browsing world and we wanted to fill it by giving something back to the Internet world.

Is Typocorrect 100% effective?

From our own experience and extensive testing we believe  Typocorrect to be around 99% effective. From time to time, there is website that slips past us or is directed incorrectly. Thankfully, we’ve already thought about this issue. Once installed, you will see a ‘TC’ icon in your toolbar where you can report a false typo correct. We will manually review every typo, and where necessary, we will add it to our algorithm to ensure the correction is made for all users ongoing.

How do I know if Typocorrect is working?

This is really easy to determine. Once installed, you will see a ‘TC’ icon in your toolbar. It will tell you how many typos have been entered and automatically corrected on a daily level and an overall level. You will be pleasantly surprised just how many typos have been corrected and more importantly, how many fake websites you have NOT visited!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Typo Correct Typo Correct
ID jamobomfihfmikhjcdankalgbifnpofo
URL Chính Thức https://chrome.google.com/webstore/detail/typo-correct/jamobomfihfmikhjcdankalgbifnpofo
Mô tả Typocorrect will fix URL typos and misspellings. Our alogrithm will detect 'Goggle.com' and will replace it with 'Google.com'
Kích Thước Tệp 90.59 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-04-16
Ngày Phát Hành 2015-04-16
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Typocorrect Widget
Loại Thanh Toán free
Trang Web Mở Rộng http://www.typocorrect.org
URL Trang Trợ Giúp http://typocorrect.org/faq/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Typo Correct",
    "description": "Typocorrect will fix URL typos and misspellings. Our alogrithm will detect 'Goggle.com' and will replace it with 'Google.com'",
    "version": "1.3.1",
    "minimum_chrome_version": "32",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/punycode.js",
            "lib\/publicsuffixlist.js",
            "lib\/tldManager.js",
            "lib\/tldFixer.js",
            "lib\/xhr.js",
            "lib\/tabs.js",
            "lib\/storage.js",
            "lib\/counters.js",
            "lib\/exceptions.js",
            "eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Show settings...",
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "alarms",
        "*:\/\/*.typocorrect.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}