Malapropism
Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)
Malapropismとは何ですか?
Malapropismはisaaclandersenによって開発されたChromeの拡張機能で、その主な機能は「Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)」です。
拡張機能のスクリーンショット
Malapropism拡張機能のCRXファイルをダウンロード
Malapropism拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A prank extension which replaces words with their commonly mistaken for substitutes. (ex. cite -> site) Malapropism makes the internet a slightly more infuriating place, making the victim (user) question his or her own proper grammar/sanity. Install on the computers of: Friends, Enemies, Parents, Co-Workers, Significant Others, Grammar Nazi's
拡張機能の基本情報
名前 | |
ID | alfflmhklceecdngpiphmkjmohcgjbig |
公式URL | https://chrome.google.com/webstore/detail/malapropism/alfflmhklceecdngpiphmkjmohcgjbig |
説明 | Replaces words with their commonly mistaken for substitutes. (ex. cite -> site) |
ファイルサイズ | 13.54 KB |
インストール数 | 102 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-19 |
公開日 | 2015-06-19 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | isaaclandersen |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Malapropism", "description": "Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)", "version": "0.1", "options_page": "options.html", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "bug16.png", "48": "bug48.png", "128": "bug128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |