ganesh
newtab image app
ganesh क्या है?
ganesh sakthi swaroop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "newtab image app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ganesh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |