Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
什么是Chanify?
Chanify是由wizjin开发的Chrome扩展程序,该扩展的主要功能是“Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.”。
扩展截图
下载Chanify扩展crx文件
下载Chanify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chanify is a safe and simple notification tools. For developers, system administrators, and everyone can push notifications with API. This extensions is for Chanify APP. Quick start: 1. You can add your own node server in options page. 2. Select text/image/link, and open context menu. 3. Send text/image/link into the Chanify App on your phone. Feature for Chanify: - customize channel for notifications. - deploy your own node server. - distributed architecture design. - Opensource Server source code: https://github.com/chanify/chanify Extensions source code: https://github.com/chanify/chanify-chrome-extensions App source code: https://github.com/chanify/chanify-ios
扩展基本信息
名称 | Chanify |
ID | llpdpmhkemkjeeigibdamadahmhoebdg |
官方URL | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
简介 | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
文件大小 | 24.02 KB |
安装次数 | 474 |
当前版本 | 1.3.0 |
更新时间 | 2022-03-22 |
上架时间 | 2021-04-07 |
评分 | 5.00/5 共4次评分 |
开发者 | wizjin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/chanify |
帮助页面URL | https://github.com/chanify/chanify/issues |
隐私政策页面URL | https://www.chanify.net/privacy.html |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chanify", "version": "1.3.0", "author": "wizjin", "description": "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.", "default_locale": "en", "icons": { "16": "\/images\/app-16.png", "32": "\/images\/app-32.png", "48": "\/images\/app-48.png", "128": "\/images\/app-128.png" }, "permissions": [ "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_title": "Chanify Client", "default_popup": "popup.html" } } |