Bionic Viewer
This extensions replaces text on page with bionic reading.
Bionic Viewer क्या है?
Bionic Viewer Pascal van Oostenbrugge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions replaces text on page with bionic reading."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bionic Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Read any website in Bionic Reading using the official bionic reading API. Support for Bionic saccade and fixation settings Add sites to the autodomain list for automatic Bionic translation
एक्सटेंशन की मूल जानकारी
नाम | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
आधिकारिक URL | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
विवरण | This extensions replaces text on page with bionic reading. |
फ़ाइल का आकार | 14.72 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2022-05-25 |
प्रकाशन तिथि | 2022-05-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pascal van Oostenbrugge |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Viewer", "version": "0.0.9", "description": "This extensions replaces text on page with bionic reading.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "icons": { "16": "images\/bionicViewer-16x16px.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bionicViewer-16x16px.png", "32": "images\/bionicViewer-32x32px.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ] } |