Gloria

A programmable website notifications aggregator in Chrome.

Gloria란 무엇입니까?

Gloria은(는) https://gloria.pub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A programmable website notifications aggregator in Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Gloria 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}