ganesh

newtab image app

¿Qué es ganesh?

ganesh es una extensión de Chrome desarrollada por sakthi swaroop, y su función principal es "newtab image app".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ganesh

Descarga archivos de extensión ganesh 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

                        Our material life as well as our spiritual journey starts from the 'Muladhara chakra' which is controlled by Lord Ganesha. It is He who informs Kundalini when it is time to awaken and to reach nirgun nirakar swarup(brahman). Hence, to complete our life cycle without any obstacles, we need the blessings of Lord Ganesha.                    

Información Básica de la Extensión

Nombre ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
URL Oficial https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
Descripción newtab image app
Tamaño del Archivo 2.56 MB
Cantidad de Instalaciones 575
Versión Actual 0.0.1
Última Actualización 2015-05-13
Fecha de Publicación 2015-05-12
Calificación 4.70/5 Total de 54 Calificaciones
Desarrollador sakthi swaroop
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ganesh",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "newtab image app",
    "shortname": "ganesh",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "yeah"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "That's the tool tip",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}