HOTDOG?

This will tell you if the image displays a hot dog

HOTDOG?คืออะไร?

HOTDOG? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WetJerry และคุณลักษณะหลักของมันคือ "This will tell you if the image displays a hot dog"

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

screenshot
screenshot

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

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

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

                        Hot dog identifier

https://github.com/j3rryj/HotDog-Chrome-Extension                    

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

ชื่อ HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
คำอธิบาย This will tell you if the image displays a hot dog
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-23
วันที่เผยแพร่ 2017-06-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา WetJerry
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HOTDOG?",
    "description": "This will tell you if the image displays a hot dog",
    "version": "1.0",
    "icons": {
        "16": "icon1.png",
        "48": "icon1.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_title": "HotDog"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}