Readable Project Gutenberg
Makes the regular .html books on Project Gutenberg easier to read.
Readable Project Gutenberg क्या है?
Readable Project Gutenberg Process Yellow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the regular .html books on Project Gutenberg easier to read."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readable Project Gutenberg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ikeknfmhjbljoochjhkgcffkpmigpjel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel |
विवरण | Makes the regular .html books on Project Gutenberg easier to read. |
फ़ाइल का आकार | 41.24 KB |
स्थापना संख्या | 646 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2015-01-18 |
प्रकाशन तिथि | 2015-01-18 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Process Yellow |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://processyellow.ca/readable-gutenberg |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable Project Gutenberg", "description": "Makes the regular .html books on Project Gutenberg easier to read.", "version": "0.5", "content_scripts": [ { "matches": [ "http:\/\/www.gutenberg.org\/files\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "scripts.js" ] } ], "icons": { "48": "icon.png" } } |