Grammer Ungooder
Fix all that pesky 'correct' grammer
什么是Grammer Ungooder?
Grammer Ungooder是由ianfox开发的Chrome扩展程序,该扩展的主要功能是“Fix all that pesky 'correct' grammer”。
扩展截图
下载Grammer Ungooder扩展crx文件
下载Grammer Ungooder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you ever think the internet can't possibly be any stupider? Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!
扩展基本信息
名称 | Grammer Ungooder |
ID | dnefmfcaboiimmkibdjbnciggbfpeeco |
官方URL | https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco |
简介 | Fix all that pesky 'correct' grammer |
文件大小 | 48.14 KB |
安装次数 | 9,127 |
当前版本 | 1.2 |
更新时间 | 2016-03-29 |
上架时间 | 2016-03-28 |
评分 | 3.76/5 共29次评分 |
开发者 | ianfox |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammer Ungooder", "version": "1.2", "description": "Fix all that pesky 'correct' grammer", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |