Gloria

A programmable website notifications aggregator in Chrome.

什麼是Gloria?

Gloria是由https://gloria.pub開發的Chrome擴展程式,該擴展的主要功能是“A programmable website notifications aggregator in Chrome.”。

擴展截圖

screenshot

下載Gloria擴展crx文件

下載Gloria擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Gloria Gloria
ID cnelmenogjgobndnoddckekbojgginbn
官方網址 https://chromewebstore.google.com/detail/gloria/cnelmenogjgobndnoddckekbojgginbn
簡介 A programmable website notifications aggregator in Chrome.
檔案大小 4.13 MB
安裝次數 891
目前版本 0.13.10
更新時間 2021-05-12
上架時間 2020-06-04
評分 4.63/5 共 8 次評分
開發者 https://gloria.pub
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gloria.pub
說明頁面URL https://github.com/BlackGlory/Gloria/issues
支援的語言 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",
        ""
    ]
}