Fix Pokemon
Replaces 'Pokemon' with 'Pokémon'.
什么是Fix Pokemon?
Fix Pokemon是由osnr开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Pokemon' with 'Pokémon'.”。
下载Fix Pokemon扩展crx文件
下载Fix Pokemon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If this problem bugs you as much as it bugs me… Won't work for dynamically loaded content.
扩展基本信息
名称 | ![]() |
ID | kncoodfhdenhdjcjhjpgbadeefhjccnk |
官方URL | https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk |
简介 | Replaces 'Pokemon' with 'Pokémon'. |
文件大小 | 3.47 KB |
安装次数 | 23 |
当前版本 | 1.0 |
更新时间 | 2016-07-19 |
上架时间 | 2016-07-19 |
评分 | 5.00/5 共1次评分 |
开发者 | osnr |
付费类型 | free |
扩展官网 | https://github.com/osnr/fix-pokemon |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Pokemon", "version": "1.0", "description": "Replaces 'Pokemon' with 'Pok\u00e9mon'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |