ganesh
newtab image app
What is ganesh?
ganesh is a Chrome extension developed by sakthi swaroop, and its main feature is "newtab image app".
Extension Screenshots
Download ganesh Extension CRX File
Download ganesh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ganesh |
ID | ndpeceendngnjfcjldcjifnedbncfelj |
Official URL | https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj |
Description | newtab image app |
File Size | 2.56 MB |
Installation Count | 575 |
Current Version | 0.0.1 |
Last Updated | 2015-05-13 |
Publish Date | 2015-05-12 |
Rating | 4.70/5 Total 54 Ratings |
Developer | sakthi swaroop |
Payment Type | free |
Supported Languages | 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" } |