Read A Comic

Replace new tab screen with a nerdy comic (only xkcd as of now).

Read A Comic क्या है?

Read A Comic arnavsharma93 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab screen with a nerdy comic (only xkcd as of now). "।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension will open up a new comic on every new tab. If you would like to maintain the of level your productivity, please change the refresh interval from the settings. The settings wrench bar is at the bottom right of the new tab screen. By default, it is set to 0. 

We plan on adding more features, more comics in the future. 

Please do leave us a feedback and a rating. 

Contact us for hugs and bugs.

If you like it and use it, please buy us a beer the next time you meet us.

Tejas Shah (facebook.com/sh.tejas.shah)
Arnav Sharma (facebook.com/arnavsharma93)                    

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

नाम Read A Comic Read A Comic
ID mmacpohnmpmmociiiablalhaggmoldko
आधिकारिक URL https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko
विवरण Replace new tab screen with a nerdy comic (only xkcd as of now).
फ़ाइल का आकार 846 KB
स्थापना संख्या 41
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2015-05-30
प्रकाशन तिथि 2015-05-30
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर arnavsharma93
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ",
    "icons": {
        "128": "images\/icon128.png",
        "112": "images\/icon112.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Read A Comic",
    "options_page": "index.html#myModal",
    "permissions": [
        "storage",
        "http:\/\/*.xkcd.com\/"
    ],
    "version": "0.0.2"
}