Daily Dilbert Comics

Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.

Daily Dilbert Comics क्या है?

Daily Dilbert Comics Sridhar PG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search."।

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

screenshot
screenshot

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

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

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

                        Displays (Scott Adams)Dilbert Comic Strips from dilbert.com. Also provides the following

1. Provides a calendar to view strip from any particular day
2. Navigation buttons to navigate to next/previous day strip
3. Randomizer button will display a random strip
4. Search box to search strips in dilbert.com
5. Button to copy the strip image url.

Update - 1.6.4
*Fixed all loading related issues
*Fixed URL shortener issue


Update - 1.4:
* Fixed FB posting issues
* Added Today's Strip button.


Update - 1.3.3:

CSS Issues fixed.

Update - 1.3.2:

1. Key navigation supported. Just use Left/Right arrows to navigate between strips.
2. F5 for refresh
3. Cmd+C/Ctrl+C copies the link.
4. F3 for search box focus.

Now you can post the strip in Facebook timeline or even tweet about it!!                    

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

नाम Daily Dilbert Comics Daily Dilbert Comics
ID mafppflamlapefplgjmcneiopocjlfmp
आधिकारिक URL https://chromewebstore.google.com/detail/daily-dilbert-comics/mafppflamlapefplgjmcneiopocjlfmp
विवरण Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.
फ़ाइल का आकार 480 KB
स्थापना संख्या 1,554
वर्तमान संस्करण 1.6.5
अंतिम अपडेट 2019-01-23
प्रकाशन तिथि 2019-01-23
रेटिंग 3.55/5 कुल 42 रेटिंग्स
डेवलपर Sridhar PG
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Dilbert Comics",
    "manifest_version": 2,
    "version": "1.6.5",
    "description": "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.",
    "browser_action": {
        "default_icon": "icons\/dilbert_popup_icon.png",
        "default_popup": "background\/dilbert_popup.html"
    },
    "icons": {
        "64": "icons\/dilbert_icon_64.png",
        "128": "icons\/dilbert_icon_128.png"
    },
    "permissions": [
        "http:\/\/dilbert.com\/*",
        "https:\/\/dilbert.com\/*",
        "https:\/\/graph.facebook.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "page": "background\/background.html"
    }
}