3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
ما هو 3read؟
3read هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 3read
قم بتنزيل ملفات الامتداد 3read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!
معلومات أساسية عن التمديد
الاسم | 3read |
ID | amklbgkedklmdajokboibalnafodgglg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
الوصف | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
حجم الملف | 367 KB |
عدد التثبيتات | 319 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2014-04-11 |
تاريخ النشر | 2014-04-11 |
تقييم | 4.89/5 مجموع تقييمات 9 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3read", "version": "0.0.4", "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "keycodes.js", "background.js" ] }, "browser_action": { "default_icon": "icon_19.png", "default_title": "3read Selection" }, "commands": { "read": { "suggested_key": { "default": "Alt+R" }, "description": "3read!" } }, "options_page": "options.html", "minimum_chrome_version": "18", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "manifest_version": 2 } |