Typozer - Automatic typos

Automatically inserts a random typo every now and then. Install this to annoy your friends.

Typozer - Automatic typos là gì?

Typozer - Automatic typos là một tiện ích mở rộng Chrome được phát triển bởi Urban Björkman, và tính năng chính của nó là "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Typozer - Automatic typos

Tải xuống các tệp mở rộng Typozer - Automatic typos 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

                        Is your typing just a little bit to perfect or do you just want to drive your friends nuts? 
This app automatically inserts a random charachter typo every now and then as you type text in webpages. 

Project source and documentation
https://github.com/UrbanBjorkman/Typozer                    

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

Tên Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL Chính Thức https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Mô tả Automatically inserts a random typo every now and then. Install this to annoy your friends.
Kích Thước Tệp 38.52 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-10-02
Ngày Phát Hành 2014-10-02
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Urban Björkman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "typozer.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Automatically inserts a random typo every now and then. Install this to annoy your friends.",
    "manifest_version": 2,
    "name": "Typozer - Automatic typos",
    "short_name": "Typozer",
    "version": "1.1",
    "icons": {
        "128": "logo128.png"
    }
}