Pushetta for Chrome
Handle push notifications for Pushetta API.
什么是Pushetta for Chrome?
Pushetta for Chrome是由Fabrizio Guglielmino (Gumino.com)开发的Chrome扩展程序,该扩展的主要功能是“Handle push notifications for Pushetta API.”。
扩展截图
下载Pushetta for Chrome扩展crx文件
下载Pushetta for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to receive push notifications on Chrome browser sent using Pushetta API. 扩展基本信息
| 名称 | |
| ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
| 官方URL | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
| 简介 | Handle push notifications for Pushetta API. |
| 文件大小 | 17.8 KB |
| 安装次数 | 188 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-02-24 |
| 上架时间 | 2015-02-24 |
| 评分 | 2.63/5 共8次评分 |
| 开发者 | Fabrizio Guglielmino (Gumino.com) |
| 付费类型 | free |
| 扩展官网 | http://www.pushetta.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pushetta for Chrome",
"version": "1.1",
"description": "Handle push notifications for Pushetta API.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"storage",
"gcm",
"notifications",
"https:\/\/www.pushetta.com\/",
"http:\/\/www.pushetta.com\/",
"http:\/\/localhost\/*"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/*.pushetta.com\/*",
"*:\/\/localhost:*\/*",
"*:\/\/127.0.0.1:*\/*"
]
},
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"web_accessible_resources": [
"48.png"
]
} | |