WaspLine Reader
Read faster using color gradients
ما هو WaspLine Reader؟
WaspLine Reader هو إضافة Chrome تم تطويرها بواسطة corollari، والميزة الرئيسية لها هي "Read faster using color gradients".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WaspLine Reader
قم بتنزيل ملفات الامتداد WaspLine Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make reading long texts online easier and faster by using this extension, which works by applying color gradients that make it easier for the eyes to chain together the ending of a line with the beginning of the next. This extension is totally open source. The repository with all the code licensed under The Unlicense can be found at https://github.com/corollari/waspline-reader.
معلومات أساسية عن التمديد
الاسم | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
الوصف | Read faster using color gradients |
حجم الملف | 28.83 KB |
عدد التثبيتات | 1,864 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2019-08-12 |
تاريخ النشر | 2019-08-12 |
تقييم | 4.58/5 مجموع تقييمات 19 |
المطور | corollari |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://wasplinereader.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaspLine Reader", "version": "1.2.0", "description": "Read faster using color gradients", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/wasp16.png", "24": "icons\/wasp24.png", "32": "icons\/wasp32.png" }, "default_title": "Apply gradients", "default_popup": "menu\/index.html" }, "icons": { "16": "icons\/wasp16.png", "48": "icons\/wasp48.png", "128": "icons\/wasp128.png" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |