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. Основная информация о расширении
| Название | |
| 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": [
" | |