Gloria
A programmable website notifications aggregator in Chrome.
Gloria là gì?
Gloria là một tiện ích mở rộng Chrome được phát triển bởi https://gloria.pub, và tính năng chính của nó là "A programmable website notifications aggregator in Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gloria
Tải xuống các tệp mở rộng Gloria dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A programmable website notifications aggregator in Chrome. Crawl new content on the site through a custom task code, and pop-up notification alerts you. Feel the flow of information, and never miss new messages. Read the guide and start enjoy it. Tasks Sharing: https://gloria.pub/ Usage / Document: http://docs.gloria.pub/ Changelog: http://docs.gloria.pub/changelog.html Github: https://github.com/BlackGlory/Gloria
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gloria |
ID | cnelmenogjgobndnoddckekbojgginbn |
URL Chính Thức | https://chromewebstore.google.com/detail/gloria/cnelmenogjgobndnoddckekbojgginbn |
Mô tả | A programmable website notifications aggregator in Chrome. |
Kích Thước Tệp | 4.13 MB |
Số Lần Cài Đặt | 891 |
Phiên Bản Hiện Tại | 0.13.10 |
Cập Nhật Lần Cuối | 2021-05-12 |
Ngày Phát Hành | 2020-06-04 |
Đánh Giá | 4.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://gloria.pub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gloria.pub |
URL Trang Trợ Giúp | https://github.com/BlackGlory/Gloria/issues |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gloria", "version": "0.13.10", "manifest_version": 2, "description": "__MSG_AppDesc__", "default_locale": "en", "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "browser_action": { "default_title": "__MSG_ActionTitle__", "default_popup": "options.html" }, "externally_connectable": { "matches": [ "*:\/\/*.gloria.pub\/*", "*:\/\/localhost\/*" ] }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy3nade03E4YF+rqs88mzIoNoK2MNjv+Im1QmQw9wixhS+UKUyoPZqz81yQzFgjDqAjtrCU+2bpK0eo2vWN+Gj2yfnkPYgLIx411UEg8liKsD\/GgLhWStqszN8GPIbVRupXMuJPDSBuR8TydFzXYRAb8RNpbMbp7VYjEhiKaBONcct8VL9vD3InNMVEUA2wuxkb15APaXt+tzeKtUkkULFVZF2b0tBHQHtrkvpO1ppYvEZCZnxqj+0PRcBid+vu0y1SJaxheswih8fcvGqQ3iZ6gqS1y7YnMEhQrhyLJOp\/cliAsptnbOEHvposmdlH5cZcSQYiJ5+grvjBnBVx1k2QIDAQAB", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "storage", "notifications", "tabs", "alarms", "webRequest", "webRequestBlocking", "background", "unlimitedStorage", " |