Enable Reader Mode For Chrome
Put your Web Page into reader mode.
Enable Reader Mode For Chrome क्या है?
Enable Reader Mode For Chrome Business Gas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put your Web Page into reader mode."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enable Reader Mode For Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Business Gas website and comparison reader.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | ihpmhoihanabegohajalbknmnlelnjmh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh |
विवरण | Put your Web Page into reader mode. |
फ़ाइल का आकार | 31.58 KB |
स्थापना संख्या | 166 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-04-23 |
प्रकाशन तिथि | 2016-04-23 |
रेटिंग | 2.83/5 कुल 6 रेटिंग्स |
डेवलपर | Business Gas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.businessgas.co.uk/ |
गोपनीयता नीति पृष्ठ URL | http://www.businessgas.co.uk |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Put your Web Page into reader mode.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Enable Reader Mode For Chrome", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Reader Mode." }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0" } |