Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Calvin and Hobbes Explorer क्या है?

Calvin and Hobbes Explorer Rounak Agarwal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a random Calvin and Hobbes comic strip."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calvin and Hobbes Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}