Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

ما هو Calvin and Hobbes Explorer؟

Calvin and Hobbes Explorer هو إضافة Chrome تم تطويرها بواسطة Rounak Agarwal، والميزة الرئيسية لها هي "Display a random Calvin and Hobbes comic strip.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Calvin and Hobbes Explorer

قم بتنزيل ملفات الامتداد Calvin and Hobbes Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. 
On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.                    

معلومات أساسية عن التمديد

الاسم Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
الوصف Display a random Calvin and Hobbes comic strip.
حجم الملف 633 KB
عدد التثبيتات 225
النسخة الحالية 1.0.3
آخر تحديث 2020-11-19
تاريخ النشر 2020-07-23
تقييم 5.00/5 مجموع تقييمات 2
المطور Rounak Agarwal
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
عنوان صفحة المساعدة https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calvin and Hobbes Explorer",
    "version": "1.0.3",
    "description": "Display a random Calvin and Hobbes comic strip.",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "calvin_and_hobbes_icon.png"
    }
}