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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |