Reader View 2.0
Read articles without any distractions 📖
Reader View 2.0 क्या है?
Reader View 2.0 ed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read articles without any distractions 📖"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reader View 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⬇️ Easy to set up ⬇️: 1. Install and pin 📌 the extension. 2. Click on the extension on any page to enter the reader's view of the page. 3. Or you can select any part of the page and click on the extension to enter into the reader view with only that reader. ✨ Features ✨ 1. Fullscreen reader mode. 📖 2. Blocks 🚫 the ads and hides the additional links. 3. Adjusts the text size, formatting, navigation, and theme. 🔖 Enjoy your favorite articles without distractions and without having to exit your browser!
एक्सटेंशन की मूल जानकारी
नाम | Reader View 2.0 |
ID | eppinjigfiplgigdmgkjkhgkkpddcofa |
आधिकारिक URL | https://chromewebstore.google.com/detail/reader-view-20/eppinjigfiplgigdmgkjkhgkkpddcofa |
विवरण | Read articles without any distractions 📖 |
फ़ाइल का आकार | 949 KB |
स्थापना संख्या | 493 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2023-01-23 |
प्रकाशन तिथि | 2023-01-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | ed |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reader View 2.0", "description": "Read articles without any distractions \ud83d\udcd6", "default_locale": "en", "version": "0.0.1", "background": { "service_worker": "worker.js" }, "action": [], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "options_ui": { "page": "data\/options\/index.html", "open_in_tab": true }, "incognito": "split", "commands": { "_execute_action": [], "toggle-reader-view": { "description": "Reader view 2.0" } }, "web_accessible_resources": [ { "resources": [ "\/data\/reader\/template.html" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "notifications" ], "optional_permissions": [ "favicon" ], "optional_host_permissions": [ "*:\/\/*\/*" ] } |