Gnome Button
Gnome your chums!
什么是Gnome Button?
Gnome Button是由stitch开发的Chrome扩展程序,该扩展的主要功能是“Gnome your chums!”。
扩展截图
下载Gnome Button扩展crx文件
下载Gnome Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gnome your chums with this gnome button!
Click on it and it will immediately play the "You've Been Gnomed!" video!
I do not own the Gnome video, this extension was just made for fun. :) 扩展基本信息
| 名称 | |
| ID | nenppnbcodpelcnkbpelphheiddcdmff |
| 官方URL | https://chromewebstore.google.com/detail/gnome-button/nenppnbcodpelcnkbpelphheiddcdmff |
| 简介 | Gnome your chums! |
| 文件大小 | 949 KB |
| 安装次数 | 1,119 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 5.00/5 共13次评分 |
| 开发者 | stitch |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gnome Button",
"description": "Gnome your chums!",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"activeTab"
]
} | |