Input Cursor Focus
Focuses cursor in first text input if none is focused.
ما هو Input Cursor Focus؟
Input Cursor Focus هو إضافة Chrome تم تطويرها بواسطة Krzysztof Wróbel، والميزة الرئيسية لها هي "Focuses cursor in first text input if none is focused.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Input Cursor Focus
قم بتنزيل ملفات الامتداد Input Cursor Focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically focuses text input on websites allowing you to immediately write without using mouse. E.g. on Amazon.com cursor is focused on search text input.
معلومات أساسية عن التمديد
الاسم | Input Cursor Focus |
ID | hnhplmcglkomfmoapojflionoibodhla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/input-cursor-focus/hnhplmcglkomfmoapojflionoibodhla |
الوصف | Focuses cursor in first text input if none is focused. |
حجم الملف | 20.78 KB |
عدد التثبيتات | 1,864 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2012-08-21 |
تاريخ النشر | 2012-08-21 |
تقييم | 4.08/5 مجموع تقييمات 24 |
المطور | Krzysztof Wróbel |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Input Cursor Focus", "version": "0.1.2", "manifest_version": 2, "description": "Focuses cursor in first text input if none is focused.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inj.js" ] } ], "background": { "scripts": [ "bg.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |