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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}