Malapropism
Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)
Apa itu Malapropism?
Malapropism adalah ekstensi Chrome yang dikembangkan oleh isaaclandersen, dan fitur utamanya adalah "Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Malapropism
Unduh file ekstensi Malapropism dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | alfflmhklceecdngpiphmkjmohcgjbig |
URL Resmi | https://chrome.google.com/webstore/detail/malapropism/alfflmhklceecdngpiphmkjmohcgjbig |
Deskripsi | Replaces words with their commonly mistaken for substitutes. (ex. cite -> site) |
Ukuran File | 13.54 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-06-19 |
Tanggal Publikasi | 2015-06-19 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | isaaclandersen |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |