Glorify

Love God, love people

Glorify란 무엇입니까?

Glorify은(는) Winggo Tse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Love God, love people"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is a Chrome extension created with the purpose of sharing the radical love of Jesus with verses from the Bible. I personally believe that there is so much inaction in the world, and I want to build something that is able to drive people to do more and love more. I wish to encourage others to explore more of what the world has to offer and showcase a different perspective of viewing the world through imagery and photography. A bible verse with a visually inspiring background photo is displayed when users open a new tab in Chrome with the extension enabled.

"If God is for us, who can be against us?" - Romans 8:31                    

확장 프로그램 기본 정보

이름 Glorify Glorify
ID cgfkjilppdjifdiabiogenbncidmpkkd
공식 URL https://chromewebstore.google.com/detail/glorify/cgfkjilppdjifdiabiogenbncidmpkkd
설명 Love God, love people
파일 크기 217 KB
설치 횟수 249
현재 버전 1.4
최근 업데이트 2019-01-16
출시 날짜 2019-01-15
평점 5.00/5 총 13 개의 평점
개발자 Winggo Tse
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://winggo.us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Glorify",
    "name": "Glorify",
    "description": "Love God, love people",
    "manifest_version": 2,
    "version": "1.4",
    "browser_action": {
        "default_title": "Glorify",
        "default_icon": "favicon-32x32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}