ganesh

newtab image app

Was ist ganesh?

ganesh ist eine Chrome-Erweiterung, die von sakthi swaroop entwickelt wurde, und ihr Hauptmerkmal ist "newtab image app".

Erweiterungsscreenshots

screenshot

ganesh-Erweiterungs-CRX-Datei herunterladen

Laden Sie ganesh-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
Offizielle URL https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
Beschreibung newtab image app
Dateigröße 2.56 MB
Installationsanzahl 575
Aktuelle Version 0.0.1
Letztes Update 2015-05-13
Veröffentlichungsdatum 2015-05-12
Bewertung 4.70/5 Insgesamt 54 Bewertungen
Entwickler sakthi swaroop
Zahlungsart free
Unterstützte Sprachen 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"
}