Auto Cursor
A productivity tool to automatically select the first visible text input.
ما هو Auto Cursor؟
Auto Cursor هو إضافة Chrome تم تطويرها بواسطة spyrosoft، والميزة الرئيسية لها هي "A productivity tool to automatically select the first visible text input.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Cursor
قم بتنزيل ملفات الامتداد Auto Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you ever feel annoyed because you have to click in a username or search text field? The cursor should have been placed there automatically. This extension aims to solve that problem.
معلومات أساسية عن التمديد
الاسم | |
ID | gjaabiillfmidpcknchjeiadoppocmaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
الوصف | A productivity tool to automatically select the first visible text input. |
حجم الملف | 7.38 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-10-20 |
تاريخ النشر | 2015-10-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | spyrosoft |
نوع الدفع | free |
عنوان صفحة المساعدة | http://spyrosoft.com/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Cursor", "description": "A productivity tool to automatically select the first visible text input.", "version": "1.0", "icons": { "128": "auto-cursor-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "auto-cursor.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |