Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
什么是Nashey Cougar?
Nashey Cougar是由dan devine开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.”。
扩展截图
下载Nashey Cougar扩展crx文件
下载Nashey Cougar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.
扩展基本信息
名称 | Nashey Cougar |
ID | jjoajpghilppoeackfnbafblijkhocno |
官方URL | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
简介 | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
文件大小 | 46.16 KB |
安装次数 | 15 |
当前版本 | 1.3 |
更新时间 | 2015-03-27 |
上架时间 | 2015-03-27 |
开发者 | dan devine |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://danieldevine.github.io/nashey-cougar/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nashey Cougar", "version": "1.3", "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.", "browser_action": { "default_icon": "nc.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |