PushPresence
User Presence PushBullet Extension
PushPresenceとは何ですか?
PushPresenceはintangibleObjectによって開発されたChromeの拡張機能で、その主な機能は「User Presence PushBullet Extension」です。
拡張機能のスクリーンショット
PushPresence拡張機能のCRXファイルをダウンロード
PushPresence拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PushPresence allows PushBullet users to send custom messages when their computer changes activity state. When combined with IFTTT, Tasker, etc, this extension allows you to perform functions based on whether you are currently at your computer. Examples: Enable bluetooth when you are away from a computer and disable it as soon as you return (IFTTT, Tasker) Disable notifications for certain apps while at a computer (Android only: Requires Tasker, Secure Settings and root access)
拡張機能の基本情報
名前 | PushPresence |
ID | kcajifnjediakdadhgonocmfaffnjbkj |
公式URL | https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj |
説明 | User Presence PushBullet Extension |
ファイルサイズ | 654 KB |
インストール数 | 125 |
現在のバージョン | 5 |
最終更新日 | 2015-03-25 |
公開日 | 2015-03-25 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | intangibleObject |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "5", "manifest_version": 2, "default_locale": "en", "permissions": [ "idle", "storage", "notifications" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "offline_enabled": false, "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "options.html" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "__MSG_appName__" } } |