Bold Reading
Read faster online by making the first 3 letters of every word bold.
ما هو Bold Reading؟
Bold Reading هو إضافة Chrome تم تطويرها بواسطة catander، والميزة الرئيسية لها هي "Read faster online by making the first 3 letters of every word bold.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bold Reading
قم بتنزيل ملفات الامتداد Bold Reading بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.
معلومات أساسية عن التمديد
الاسم | Bold Reading |
ID | ehflcpdnmceagfokepkopokliphflafj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
الوصف | Read faster online by making the first 3 letters of every word bold. |
حجم الملف | 24.76 KB |
عدد التثبيتات | 1,457 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-04-16 |
تاريخ النشر | 2023-04-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | catander |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bold Reading", "version": "1.0", "description": "Read faster online by making the first 3 letters of every word bold.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |