Gotify Push
A Simple Chrome Extension For Sending and Receiving Messages from Gotify Push Notification Server.
什麼是Gotify Push?
Gotify Push是由Santhosh Veer開發的Chrome擴展程式,該擴展的主要功能是“A Simple Chrome Extension For Sending and Receiving Messages from Gotify Push Notification Server.”。
擴展截圖
下載Gotify Push擴展crx文件
下載Gotify Push擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
▶ Gotify push Gotify 🦄 Google Chrome Extension Chrome Extension for Send Push Notification to gotify/server 🔔 🖥 System Font 💅 Spectre.css Framework 💯 Light Weight and Optimized ⏳ Fetch API 🦺 Supports on all Chromium Based web browsers ▶ Requirments - Gotify API - Latest Chromium Version for manifest v3 Support - Allow CORS Headers to Access and Call Gotify API ▶ Service Worker Chrome manifest v3 using Service Worker here we use it to create Chrome contextMenus to sending image,link and selected text to Gotify Server. ▶ Usage - you can Find the Plugin Option page on Chrome toolbar Right side of the Address bar - Click Gotify Setup Button and Enter your Gotify APP API URL and Save it - That's all Successfully Setup Gotify Push Extension on your Brower ▶ Allow CORS You must configure your server CORS allow this extension to Send push notification from this Extension - Open config.yml File and Update this Setup server: cors: alloworigins: - "chrome-extension://cbegkpikakpajcaoblfkeindhhikpfmd" allowmethods: - "GET" - "POST" allowheaders: - "Authorization" - "content-type" stream: allowedorigins: # allowed origins for websocket connections (same origin is always allowed, default only same origin) - "cbegkpikakpajcaoblfkeindhhikpfmd" ▶ Features - Send Custom Push Notification - Send Current page INFO - Send Image URL - Send Link - Send Selected Text ▶ LICENSE MIT
擴展基本資訊
名稱 | Gotify Push |
ID | cbegkpikakpajcaoblfkeindhhikpfmd |
官方網址 | https://chromewebstore.google.com/detail/gotify-push/cbegkpikakpajcaoblfkeindhhikpfmd |
簡介 | A Simple Chrome Extension For Sending and Receiving Messages from Gotify Push Notification Server. |
檔案大小 | 307 KB |
安裝次數 | 227 |
目前版本 | 0.4 |
更新時間 | 2023-05-02 |
上架時間 | 2020-05-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Santhosh Veer |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mskian/gotify-push |
說明頁面URL | https://github.com/mskian/gotify-push/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gotify Push", "description": "A Simple Chrome Extension For Sending and Receiving Messages from Gotify Push Notification Server.", "version": "0.4", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "action": { "default_icon": "icon_16.png", "default_popup": "pop.html" }, "content_scripts": [ { "matches": [ " |