Bionic Reader
Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Apa itu Bionic Reader?
Bionic Reader adalah ekstensi Chrome yang dikembangkan oleh finanamanuel1, dan fitur utamanya adalah "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bionic Reader
Unduh file ekstensi Bionic Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.
Informasi Dasar Ekstensi
Nama | Bionic Reader |
ID | nnckjnkomkdngelehiggcneffeoacilb |
URL Resmi | https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb |
Deskripsi | Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages. |
Ukuran File | 10.83 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-05-09 |
Tanggal Publikasi | 2023-05-08 |
Pengembang | finanamanuel1 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Reader", "version": "1.0", "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } } } |