Glorify

Love God, love people

¿Qué es Glorify?

Glorify es una extensión de Chrome desarrollada por Winggo Tse, y su función principal es "Love God, love people".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Glorify

Descarga archivos de extensión Glorify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Glorify Glorify
ID cgfkjilppdjifdiabiogenbncidmpkkd
URL Oficial https://chromewebstore.google.com/detail/glorify/cgfkjilppdjifdiabiogenbncidmpkkd
Descripción Love God, love people
Tamaño del Archivo 217 KB
Cantidad de Instalaciones 249
Versión Actual 1.4
Última Actualización 2019-01-16
Fecha de Publicación 2019-01-15
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador Winggo Tse
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://winggo.us
Idiomas Soportados 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"
        ]
    }
}