Typozer - Automatic typos

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

Typozer - Automatic typosคืออะไร?

Typozer - Automatic typos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Urban Björkman และคุณลักษณะหลักของมันคือ "Automatically inserts a random typo every now and then. Install this to annoy your friends."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Typozer - Automatic typos

ดาวน์โหลดไฟล์ส่วนขยาย Typozer - Automatic typos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
คำอธิบาย Automatically inserts a random typo every now and then. Install this to annoy your friends.
ขนาดไฟล์ 38.52 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-10-02
วันที่เผยแพร่ 2014-10-02
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Urban Björkman
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}