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
官方URL 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"
}