Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

Googly Eyes on Everythingคืออะไร?

Googly Eyes on Everything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathon Seth Murphy และคุณลักษณะหลักของมันคือ "Lets you put googly eyes on anything and everything!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Googly Eyes on Everything

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

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

                        Right click and select "Add Googly Eye" to add a googly eye to pictures, gifs, videos, and much more. 

Add googly eyes to your friends, your loved ones, to cucumbers, and fishies!!! 

Make a mockery of your uncles sincere facebook post! 

Have more fun with your news stories!!

The oyster is your world now kiddo! 


Contact [email protected] for press inquiries, or bug reports. 

Checkout the source code at: https://github.com/JonathonMurphy/Googly-Eyes                    

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

ชื่อ Googly Eyes on Everything Googly Eyes on Everything
ID kjjfieeekngphmcnclbgcaepogljinhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/googly-eyes-on-everything/kjjfieeekngphmcnclbgcaepogljinhi
คำอธิบาย Lets you put googly eyes on anything and everything!
ขนาดไฟล์ 218 KB
จำนวนการติดตั้ง 391
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2018-09-29
วันที่เผยแพร่ 2018-09-28
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jonathon Seth Murphy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Googly Eyes on Everything",
    "version": "0.4",
    "description": "Lets you put googly eyes on anything and everything!",
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "jquery-ui.js",
                "googlyEyes.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": ""
    }
}