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 |
| 官方網址 | 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"
]
} | |