Zap - Desktop Notifications

Mirror Android notifications

什麼是Zap - Desktop Notifications?

Zap - Desktop Notifications是由Octopus Beach開發的Chrome擴展程式,該擴展的主要功能是“Mirror Android notifications”。

擴展截圖

screenshot
screenshot

下載Zap - Desktop Notifications擴展crx文件

下載Zap - Desktop Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get Android notifications on your desktop!

Why choose Zap?

- We don't save your notifications! Once they're shown, they're erased from the server
- All network communication is done securely over SSL.
- Zap is open source! https://github.com/hudclark/zap.extension
- Material design on web and Android.
- Simple to set up. Log in and enjoy your notifications!
- Totally free!

Download the Android app and get started!                    

擴展基本資訊

名稱 Zap - Desktop Notifications Zap - Desktop Notifications
ID fbhlghkjilkiindkckecepgiiabjhoic
官方網址 https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic
簡介 Mirror Android notifications
檔案大小 109 KB
安裝次數 79
目前版本 1.0.1
更新時間 2016-05-04
上架時間 2016-05-03
評分 3.60/5 共 10 次評分
開發者 Octopus Beach
付費類型 free
擴展官網 http://hudclark.github.io/zap.extension/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zap - Desktop Notifications",
    "description": "Mirror Android notifications",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "assets\/img\/icon19.png",
            "38": "assets\/img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "\/assets\/img\/icon48.png"
    ]
}