ganesh

newtab image app

Co to jest ganesh?

ganesh to rozszerzenie Chrome opracowane przez sakthi swaroop, a jego główną funkcją jest „newtab image app”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ganesh

Pobierz pliki rozszerzeń ganesh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
Oficjalny URL https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
Opis newtab image app
Rozmiar pliku 2.56 MB
Liczba instalacji 575
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-05-13
Data Publikacji 2015-05-12
Ocena 4.70/5 Łącznie 54 Oceny
Deweloper sakthi swaroop
Typ Płatności free
Obsługiwane Języki 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"
}