XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
XKCD Alt Text क्या है?
XKCD Alt Text James Kwan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XKCD Alt Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
एक्सटेंशन की मूल जानकारी
नाम | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
आधिकारिक URL | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
विवरण | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
फ़ाइल का आकार | 57.64 KB |
स्थापना संख्या | 736 |
वर्तमान संस्करण | 2.8.1 |
अंतिम अपडेट | 2014-01-27 |
प्रकाशन तिथि | 2014-01-26 |
रेटिंग | 4.06/5 कुल 17 रेटिंग्स |
डेवलपर | James Kwan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |