Doge My Site
Add 'MUCH WOW' to any page on the web.
什么是Doge My Site?
Doge My Site是由https://michaelsolati.com开发的Chrome扩展程序,该扩展的主要功能是“Add 'MUCH WOW' to any page on the web.”。
扩展截图
下载Doge My Site扩展crx文件
下载Doge My Site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add 'MUCH WOW' to any page on the web.
Added ability to change text on website to dogetalk.
If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site 扩展基本信息
| 名称 | |
| ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
| 官方URL | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
| 简介 | Add 'MUCH WOW' to any page on the web. |
| 文件大小 | 699 KB |
| 安装次数 | 4,324 |
| 当前版本 | 0.10.0 |
| 更新时间 | 2018-11-10 |
| 上架时间 | 2018-11-09 |
| 评分 | 4.17/5 共35次评分 |
| 开发者 | https://michaelsolati.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://michaelsolati.com/code |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Doge My Site",
"version": "0.10.0",
"description": "Add 'MUCH WOW' to any page on the web.",
"browser_action": {
"default_title": "SUCH WOW",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"index.js"
]
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"icons": {
"128": "icon.png"
}
} | |