Dilbert Comic Strips

Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.

Dilbert Comic Strips क्या है?

Dilbert Comic Strips juliao.gf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic."।

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

screenshot
screenshot

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

crx प्रारूप में Dilbert Comic Strips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        By default you will see the comic strip of the current day, use the navigation options to select another one. By clicking in the comic image you will be redirected to the official Dilbert's website, where you can comment and share the comic in social networks.

v2.0 - Now the today's comic will be downloaded in background, cached and the user will be notified thru the toolbar extension's icon.

Disclaimer: The author of this extension is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Dilbert's website, or any of its subsidiaries or its affiliates. The Dilbert's website can be found at https://www.dilbert.com . The related names, marks and images are registered trademarks of their respective owners.                    

एक्सटेंशन की मूल जानकारी

नाम Dilbert Comic Strips Dilbert Comic Strips
ID gpjlhjgiccobkcodaeimjbcjckpcnbjp
आधिकारिक URL https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp
विवरण Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
फ़ाइल का आकार 20.47 KB
स्थापना संख्या 206
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-05-15
प्रकाशन तिथि 2020-05-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर juliao.gf
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/juliao/DilbertComicStrips
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dilbert Comic Strips",
    "short_name": "DilbertComicStrips",
    "version": "2.0",
    "description": "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.",
    "icons": {
        "48": "icons\/dilbert-48.png",
        "128": "icons\/dilbert-128.png"
    },
    "permissions": [
        "alarms",
        "https:\/\/dilbert.com\/*",
        "https:\/\/assets.amuniversal.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/dilbert.png",
        "default_popup": "popup\/dilbert.html",
        "browser_style": true
    }
}