Clear Read
Immersive reading mode
Clear Read क्या है?
Clear Read chris.scott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Immersive reading mode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear Read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button to Chrome to toggle a distraction-free reading mode. When enabled, the plugin attempts to strip out just the core content and displays it in legible text on a plain white background.
एक्सटेंशन की मूल जानकारी
नाम | Clear Read |
ID | kpipjgdapccmpkgipfikeajoopjbcgam |
आधिकारिक URL | https://chromewebstore.google.com/detail/clear-read/kpipjgdapccmpkgipfikeajoopjbcgam |
विवरण | Immersive reading mode |
फ़ाइल का आकार | 6.59 KB |
स्थापना संख्या | 26,131 |
वर्तमान संस्करण | 0.0.10 |
अंतिम अपडेट | 2016-01-14 |
प्रकाशन तिथि | 2016-01-14 |
रेटिंग | 3.95/5 कुल 41 रेटिंग्स |
डेवलपर | chris.scott |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Read", "version": "0.0.10", "manifest_version": 2, "description": "Immersive reading mode", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Read" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "init.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "clear-read.css" ], "js": [ "clear-read.js" ] } ] } |