Bionic Reader
This extension allows you to read the content of a webpage from Bionic way.
Τι είναι το Bionic Reader;
Το Bionic Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 1mustafaersoy, και η κύρια λειτουργία του είναι "This extension allows you to read the content of a webpage from Bionic way.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bionic Reader
Λήψη αρχείων επέκτασης Bionic Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to read the content of a webpage from Bionic way. This way you can read faster. It is not a stable version yet. Web page appearance may be distorted or may not work properly on some pages.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bionic Reader |
ID | mnlihdjiilkdcmchjjljpakgbpcoegap |
Επίσημο URL | https://chromewebstore.google.com/detail/bionic-reader/mnlihdjiilkdcmchjjljpakgbpcoegap |
Περιγραφή | This extension allows you to read the content of a webpage from Bionic way. |
Μέγεθος Αρχείου | 786 KB |
Αριθμός Εγκαταστάσεων | 101 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2022-05-24 |
Ημερομηνία Δημοσίευσης | 2022-05-23 |
Προγραμματιστής | 1mustafaersoy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bionic Reader", "description": "This extension allows you to read the content of a webpage from Bionic way.", "version": "0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "\/images\/icon.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "injectedStyle.css" ] } ], "icons": { "128": "\/images\/icon.png" }, "host_permissions": [ " |