Malapropism
Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)
Co je Malapropism?
Malapropism je rozšíření Chrome vyvinuté isaaclandersen, a jeho hlavní funkcí je „Replaces words with their commonly mistaken for substitutes. (ex. cite -> site)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Malapropism
Stáhněte si soubory rozšíření Malapropism ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | alfflmhklceecdngpiphmkjmohcgjbig |
Oficiální URL | https://chrome.google.com/webstore/detail/malapropism/alfflmhklceecdngpiphmkjmohcgjbig |
Popis | Replaces words with their commonly mistaken for substitutes. (ex. cite -> site) |
Velikost souboru | 13.54 KB |
Počet instalací | 102 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-06-19 |
Datum Vydání | 2015-06-19 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | isaaclandersen |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |