Domain Changer
Simple Domain Changer
什么是Domain Changer?
Domain Changer是由eungoo jung开发的Chrome扩展程序,该扩展的主要功能是“Simple Domain Changer”。
扩展截图
下载Domain Changer扩展crx文件
下载Domain Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply to change domain
https://github.com/SilverNine/DomainChanger 扩展基本信息
| 名称 | |
| ID | johlplegcoeinbndombihjaehcnmpljn |
| 官方URL | https://chromewebstore.google.com/detail/domain-changer/johlplegcoeinbndombihjaehcnmpljn |
| 简介 | Simple Domain Changer |
| 文件大小 | 252 KB |
| 安装次数 | 151 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-12-14 |
| 上架时间 | 2015-12-14 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | eungoo jung |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://silvernine.me |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Domain Changer",
"description": "Simple Domain Changer",
"version": "1.0",
"browser_action": {
"default_icon": "images\/icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"storage"
]
} | |