Clouttery
Clouttery client for Chrome
什么是Clouttery?
Clouttery是由https://clouttery.xyz开发的Chrome扩展程序,该扩展的主要功能是“Clouttery client for Chrome”。
扩展截图
下载Clouttery扩展crx文件
下载Clouttery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clouttery is a cloud-enabled, cross-platform battery monitor. With Clouttery for Chrome, you can see the battery levels of your devices and notifications about their batteries right in your browser. If you have never used Clouttery before, visit http://clouttery.xyz to know more. Right now, Clouttery can monitor Windows and Android devices. After pairing this extension with your Clouttery account, you'll be able to see the battery status of the devices in your account, know about notifications as they are issued, and dismiss them. You'll get notifications in real-time without accessing the web console. This extension does not have ads, and it doesn't track your web browsing habits.
扩展基本信息
名称 | Clouttery |
ID | gikhlibmdfgcfbinclomljjbnbfdlodf |
官方URL | https://chromewebstore.google.com/detail/clouttery/gikhlibmdfgcfbinclomljjbnbfdlodf |
简介 | Clouttery client for Chrome |
文件大小 | 452 KB |
安装次数 | 154 |
当前版本 | 0.1 |
更新时间 | 2016-08-05 |
上架时间 | 2016-08-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://clouttery.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://clouttery.xyz |
帮助页面URL | https://clouttery.xyz/help |
隐私政策页面URL | http://privacy.tny.im |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clouttery", "description": "Clouttery client for Chrome", "version": "0.1", "browser_action": { "default_icon": "icons\/Clouttery32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/clouttery.xyz\/paircode\/*" ], "js": [ "content-paircode.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "alarms", "notifications", "storage", "*:\/\/api.clouttery.xyz\/", "*:\/\/clouttery.xyz\/paircode\/*" ], "icons": { "16": "icons\/Clouttery16.png", "24": "icons\/Clouttery24.png", "32": "icons\/Clouttery32.png", "48": "icons\/Clouttery48.png", "64": "icons\/Clouttery64.png", "128": "icons\/Clouttery128.png", "256": "icons\/Clouttery256.png" } } |