Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
什麼是Typozer - Automatic typos?
Typozer - Automatic typos是由Urban Björkman開發的Chrome擴展程式,該擴展的主要功能是“Automatically inserts a random typo every now and then. Install this to annoy your friends.”。
擴展截圖
下載Typozer - Automatic typos擴展crx文件
下載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 |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
官方網址 | 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" } } |