ganesh

newtab image app

O que é ganesh?

ganesh é uma extensão do Chrome desenvolvida por sakthi swaroop, e sua principal característica é "newtab image app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ganesh

Baixe arquivos de extensão ganesh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
URL Oficial https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
Descrição newtab image app
Tamanho do Arquivo 2.56 MB
Contagem de Instalações 575
Versão Atual 0.0.1
Última Atualização 2015-05-13
Data de Publicação 2015-05-12
Classificação 4.70/5 Total de 54 Avaliações
Desenvolvedor sakthi swaroop
Tipo de Pagamento free
Idiomas Suportados 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"
}