READIPEDIA
Best Speed Reader. Find Your Reading Style and Read Faster!
READIPEDIA क्या है?
READIPEDIA https://readipedia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best Speed Reader. Find Your Reading Style and Read Faster!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में READIPEDIA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"Read it fast" is now "Readipedia". With Readipedia, Reading is much faster and much fun. The different styles of displaying the text are provided to enhance reading speed. This Extension is very useful for reading faster and shows improvement in regular reading speed with daily usage. There are five styles users can choose from. 1. Alternate shaded rows enable users to read a particular web page faster. 2. Display text with variable font size so that our eyes focuses less on longer words. 3. Another style makes the text alignment different for alternate words which enhances readability. 4. First letter colored for every word helps us to read words faster. 5. Increased Word spacing enhances reading speed. User can choose whichever style or combination of them he feels is best for better reading speed.
एक्सटेंशन की मूल जानकारी
नाम | READIPEDIA |
ID | mdfmakbcgiablajocpnolhkfhodjlpcp |
आधिकारिक URL | https://chromewebstore.google.com/detail/readipedia/mdfmakbcgiablajocpnolhkfhodjlpcp |
विवरण | Best Speed Reader. Find Your Reading Style and Read Faster! |
फ़ाइल का आकार | 559 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 0.0.3.9 |
अंतिम अपडेट | 2022-04-09 |
प्रकाशन तिथि | 2019-12-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://readipedia.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.readipedia.com |
सहायता पृष्ठ URL | https://www.readipedia.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://www.readipedia.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "READIPEDIA", "short_name": "RFAST", "description": "Best Speed Reader. Find Your Reading Style and Read Faster!", "minimum_chrome_version": "29", "version": "0.0.3.9", "permissions": [ "storage", "activeTab", "https:\/\/www.paypal.com\/cgi-bin\/webscr", "http:\/\/www.readipedia.com\/wp-json\/lmfwc\/v2\/licenses\/", "https:\/\/pmny.in\/PI1gcZqohdFl" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "back_script.js" ], "persistent": true }, "browser_action": { "default_title": "Find your reading style!", "default_popup": "popupsign.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "key_to_style1": { "suggested_key": { "default": "Alt+Shift+A" }, "description": "Apply" }, "key_to_style2": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Reset" }, "key_to_style3": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "Apply Alternate Shaded Row" }, "key_to_style4": { "suggested_key": { "default": "Alt+Shift+2" }, "description": "Apply Word Length Based Font size" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4cOvqo13p1gmEUVVrT\/xYCtPEhr\/VsF2JeoLZWm66DGtNNl2PvqaTuKh2oiezOs5axySACG4j2MBPt\/1Cu5IRdVWDvY6\/QeZOgyp\/5PwIIR2CQiaef1Nm19bOhRxM9LfXb+IP+pVs57UrsB\/1Jk5FPdMSRh4w+oVPfsd8pdsXCOI8ymJiEMj7hYv3tr9+CB+hr+N5hvC9JtnFe1B5OdhwMJUecssYkL48C1BrL019bj+A90MXMQs9YobN+Dt0fMPsO0mfBwuXK42HsyZtIeRHONflrb5AE4grS8I6B6EIEFhiYwEeZFDVIkiJsIAtc6\/8qP0JZ+jFqNILW3P7eckwIDAQAB", "manifest_version": 2 } |