Glorify

Love God, love people

什麼是Glorify?

Glorify是由Winggo Tse開發的Chrome擴展程式,該擴展的主要功能是“Love God, love people”。

擴展截圖

screenshot
screenshot
screenshot

下載Glorify擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
        ]
    }
}