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
公式URL 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"
    ]
}