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 擴展基本資訊
| 名稱 | |
| ID | llpdpmhkemkjeeigibdamadahmhoebdg |
| 官方網址 | 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"
}
} | |