Gloria

A programmable website notifications aggregator in Chrome.

Gloriaคืออะไร?

Gloria เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gloria.pub และคุณลักษณะหลักของมันคือ "A programmable website notifications aggregator in Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gloria

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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",
        ""
    ]
}