hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
什么是hotdogstandify?
hotdogstandify是由steverichey开发的Chrome扩展程序,该扩展的主要功能是“Bring the beauty of Hot Dog Stand to the web.”。
扩展截图
下载hotdogstandify扩展crx文件
下载hotdogstandify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ciihagbemefjodlofbklgjdkacpjlmjj |
| 官方URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
| 简介 | Bring the beauty of Hot Dog Stand to the web. |
| 文件大小 | 7.07 KB |
| 安装次数 | 18 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2015-05-12 |
| 上架时间 | 2015-05-11 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | steverichey |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "hotdogstandify",
"description": "Bring the beauty of Hot Dog Stand to the web.",
"version": "0.2.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"hotdogstandify.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon_16.png",
"default_title": "hotdogstandify!"
},
"icons": {
"16": "icon_16.png",
"32": "icon_32.png"
},
"manifest_version": 2
} | |