Wombat belly rub

Every wombat deserves a belly rub on it's birthday!

Wombat belly rubคืออะไร?

Wombat belly rub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Cassidy และคุณลักษณะหลักของมันคือ "Every wombat deserves a belly rub on it's birthday!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Wombat belly rub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Every wombat deserves a belly rub for it's birthday!

The app finds any wombat image on a page, and animates the images and plays a sound of a wombat enjoying a belly rub when you move your mouse cursor over the image.

The icon will take you to the Google search page for "wombat birthday images".

NOTE: 
This app will slow down performance of the page, so turn it off / remove it after you have finished playing with it.

ATTRIBUTIONS:
- The baby wombat photo by Will Keightley (Flickr: https://flic.kr/p/3st7ah), image copyright: https://creativecommons.org/licenses/by-sa/2.0/

- Wombat icon made by Freepik (www.freepik.com) from www.flaticon.com, image copyright: http://creativecommons.org/licenses/by/3.0/

Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wombat belly rub Wombat belly rub
ID dldjdjaaokccfoejiablfkfgeapjaaba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wombat-belly-rub/dldjdjaaokccfoejiablfkfgeapjaaba
คำอธิบาย Every wombat deserves a belly rub on it's birthday!
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-09-01
วันที่เผยแพร่ 2014-09-01
ผู้พัฒนา Chris Cassidy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wombat belly rub",
    "short_name": "Rub My Belly!",
    "version": "1.2",
    "description": "Every wombat deserves a belly rub on it's birthday!",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "wombat.js"
            ],
            "css": [
                "wombat.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "wombat.mp3",
        "wombat.ogg",
        "tickle.gif"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_128.png"
    }
}