ganesh

newtab image app

Hvad er ganesh?

ganesh er en Chrome-udvidelse udviklet af sakthi swaroop, og dens hovedfunktion er "newtab image app".

Udvidelsesskærmbilleder

screenshot

Download ganesh-udvidelses-CRX-fil

Download ganesh-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
Officiel URL https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
Beskrivelse newtab image app
Filstørrelse 2.56 MB
Antal Installationer 575
Nuværende Version 0.0.1
Senest Opdateret 2015-05-13
Udgivelsesdato 2015-05-12
Bedømmelse 4.70/5 Samlet 54 Bedømmelser
Udvikler sakthi swaroop
Betalingsmetode free
Understøttede Sprog 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"
}