ganesh
newtab image app
ganesh là gì?
ganesh là một tiện ích mở rộng Chrome được phát triển bởi sakthi swaroop, và tính năng chính của nó là "newtab image app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ganesh
Tải xuống các tệp mở rộng ganesh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ganesh |
ID | ndpeceendngnjfcjldcjifnedbncfelj |
URL Chính Thức | https://chromewebstore.google.com/detail/ganesh/ndpeceendngnjfcjldcjifnedbncfelj |
Mô tả | newtab image app |
Kích Thước Tệp | 2.56 MB |
Số Lần Cài Đặt | 575 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-05-13 |
Ngày Phát Hành | 2015-05-12 |
Đánh Giá | 4.70/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | sakthi swaroop |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |