Data is synced from the Chrome Web Store. View the official store page for the most current information.
▶ 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
▶ 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
▶ Allow CORS
You must configure your server CORS allow this extension to Send push notification from this Extension
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
▶ LICENSE
MIT