AutoFocus Cursor
Automatically set the focus to a search text box when the page loads
ما هو AutoFocus Cursor؟
AutoFocus Cursor هو إضافة Chrome تم تطويرها بواسطة https://diamondium.com، والميزة الرئيسية لها هي "Automatically set the focus to a search text box when the page loads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoFocus Cursor
قم بتنزيل ملفات الامتداد AutoFocus Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You no longer have to manually click a text box before searching! Useful on websites where searching is the first thing you want to do (ex. Amazon). Your cursor will automatically be placed in the first visible text box once the website loads.
معلومات أساسية عن التمديد
الاسم | AutoFocus Cursor |
ID | jbhglhmfhghlfdbbcpbihelgbnigggha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha |
الوصف | Automatically set the focus to a search text box when the page loads |
حجم الملف | 62.14 KB |
عدد التثبيتات | 442 |
النسخة الحالية | 2.02 |
آخر تحديث | 2020-07-25 |
تاريخ النشر | 2020-06-20 |
تقييم | 3.78/5 مجموع تقييمات 9 |
المطور | https://diamondium.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoFocus Cursor", "description": "Automatically set the focus to a search text box when the page loads", "permissions": [ "storage", "tabs" ], "version": "2.02", "icons": { "16": "images\/icon16.png", "32": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ " |