Glorify

Love God, love people

Glorify क्या है?

Glorify Winggo Tse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Love God, love people"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glorify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}