Smart Reader - Bionic Reader
Modify a web page to make it more readable
Smart Reader - Bionic Readerคืออะไร?
Smart Reader - Bionic Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Poucous และคุณลักษณะหลักของมันคือ "Modify a web page to make it more readable"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Reader - Bionic Reader
ดาวน์โหลดไฟล์ส่วนขยาย Smart Reader - Bionic Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SmartReader or Bionic Reader changes a web page to make it more readable by bolding the beginning of a word (like bionic reading).
You just need to install and enjoy.
Github : https://github.com/Poucous/smartReader
Note : the extension will evolve according to its use ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cgkfhliknoajpncfpnbmknalklgiekdj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-reader-bionic-reade/cgkfhliknoajpncfpnbmknalklgiekdj |
| คำอธิบาย | Modify a web page to make it more readable |
| ขนาดไฟล์ | 84.48 KB |
| จำนวนการติดตั้ง | 1,057 |
| เวอร์ชันปัจจุบัน | 1.6 |
| อัปเดตครั้งล่าสุด | 2022-10-05 |
| วันที่เผยแพร่ | 2022-06-07 |
| คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | Poucous |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Reader - Bionic Reader",
"manifest_version": 3,
"version": "1.6",
"description": "Modify a web page to make it more readable",
"icons": {
"48": "\/icons\/smartReader-48.png"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/content_scripts\/assembleElements.js",
"\/content_scripts\/filterElements.js",
"\/content_scripts\/isThisTag.js",
"\/content_scripts\/modifyHtml.js",
"\/content_scripts\/removeBold.js",
"\/content_scripts\/textAtRoot.js",
"\/content_scripts\/isAddonActived.js",
"\/content_scripts\/isItLetter.js",
"\/content_scripts\/updatePage.js",
"main.js"
],
"css": [
"style.css"
]
}
],
"background": {
"service_worker": "\/background.js"
},
"action": {
"default_icon": {
"16": "\/icons\/button\/smartReader-16.png",
"32": "\/icons\/button\/smartReader-32.png"
}
}
} | |