iPotato
Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
什么是iPotato?
iPotato是由callummr开发的Chrome扩展程序,该扩展的主要功能是“Helps out where people have accidentally written 'iPhone' instead of 'Potato'.”。
扩展截图
下载iPotato扩展crx文件
下载iPotato扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sometimes people are talking about Apple's latest Potato and accidentally write 'iPhone'. This will clear up those mistakes so you never have to see them! 扩展基本信息
| 名称 | |
| ID | necaodfahjjdigklnfoedncclkkgmclk |
| 官方URL | https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk |
| 简介 | Helps out where people have accidentally written 'iPhone' instead of 'Potato'. |
| 文件大小 | 23.14 KB |
| 安装次数 | 143 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-10-07 |
| 上架时间 | 2015-10-07 |
| 评分 | 5.00/5 共12次评分 |
| 开发者 | callummr |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "iPotato",
"version": "1.1",
"description": "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "potato16.gif",
"32": "potato32.gif",
"48": "potato48.gif",
"64": "potato64.gif",
"128": "potato128.gif",
"256": "potato256.gif"
}
} | |