ganesh

newtab image app

ganeshคืออะไร?

ganesh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sakthi swaroop และคุณลักษณะหลักของมันคือ "newtab image app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ganesh

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}