ganesh

newtab image app

什麼是ganesh?

ganesh是由sakthi swaroop開發的Chrome擴展程式,該擴展的主要功能是“newtab image app”。

擴展截圖

screenshot

下載ganesh擴展crx文件

下載ganesh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ganesh ganesh
ID ndpeceendngnjfcjldcjifnedbncfelj
官方網址 https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj
簡介 newtab image app
檔案大小 2.56 MB
安裝次數 575
目前版本 0.0.1
更新時間 2015-05-13
上架時間 2015-05-12
評分 4.70/5 共 54 次評分
開發者 sakthi swaroop
付費類型 free
支援的語言 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"
}