SkyDome
Replaces 'Rogers Centre' with the true name SkyDome.
什么是SkyDome?
SkyDome是由http://twitter.com/travisjeffery开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Rogers Centre' with the true name SkyDome.”。
扩展截图
下载SkyDome扩展crx文件
下载SkyDome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you love Toronto you'll want to install this extension. 扩展基本信息
| 名称 | |
| ID | imnpmjcignfgklkmmmmogecilmikomhf |
| 官方URL | https://chromewebstore.google.com/detail/skydome/imnpmjcignfgklkmmmmogecilmikomhf |
| 简介 | Replaces 'Rogers Centre' with the true name SkyDome. |
| 文件大小 | 13.88 KB |
| 安装次数 | 95 |
| 当前版本 | 0.1 |
| 更新时间 | 2019-03-29 |
| 上架时间 | 2019-03-29 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | http://twitter.com/travisjeffery |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SkyDome",
"description": "Replaces 'Rogers Centre' with the true name SkyDome.",
"version": "0.1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |