It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
什么是It's Video Games?
It's Video Games是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'videogames' with 'video games' the way the author no doubt intended.”。
扩展截图
下载It's Video Games扩展crx文件
下载It's Video Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.
扩展基本信息
名称 | It's Video Games |
ID | bpljcfihdpogcmgmpboahejajkffhnfo |
官方URL | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo |
简介 | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. |
文件大小 | 8.29 KB |
安装次数 | 80 |
当前版本 | 1.0.1 |
更新时间 | 2014-07-15 |
上架时间 | 2014-07-14 |
评分 | 4.75/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/tabacco/its-video-games |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "It's Video Games", "version": "1.0.1", "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |