xkcd - Comics Viewer

View xkcd comics from any page.

xkcd - Comics Viewer क्या है?

xkcd - Comics Viewer andytu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View xkcd comics from any page."।

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

screenshot
screenshot
screenshot

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

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

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

                        Read your favourite web comic xkcd directly on Chrome!

Features:
- Enjoy a beautiful, clean interface for reading xkcd comics
- Navigate and search for any xkcd comic
- Access explanations of comics from explainxkcd.com easily
- Access your recently browsed comics

Feel free to report bugs or submit suggestions in the "Support" tab above.

All comics and related artwork belong to Randall Munroe, of xkcd.com                    

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

नाम xkcd - Comics Viewer xkcd - Comics Viewer
ID nmanlcmfmdmfcijmocmihompgjcljacd
आधिकारिक URL https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd
विवरण View xkcd comics from any page.
फ़ाइल का आकार 36.99 KB
स्थापना संख्या 117
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2017-04-25
प्रकाशन तिथि 2017-04-24
रेटिंग 4.69/5 कुल 13 रेटिंग्स
डेवलपर andytu
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Andy Tu",
    "name": "xkcd - Comics Viewer",
    "short_name": "xkcd-view",
    "description": "View xkcd comics from any page.",
    "version": "2.0.2",
    "icons": {
        "128": "assets\/xkcd_128.png",
        "48": "assets\/xkcd_48.png"
    },
    "browser_action": {
        "default_icon": "assets\/xkcd_128.png",
        "default_popup": "bin\/xkcd.html",
        "default_name": "View xkcd"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/xkcd.com\/*",
        "storage"
    ]
}