Quick Focus Search Boxes
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
ما هو Quick Focus Search Boxes؟
Quick Focus Search Boxes هو إضافة Chrome تم تطويرها بواسطة http://ciznx.com، والميزة الرئيسية لها هي "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Focus Search Boxes
قم بتنزيل ملفات الامتداد Quick Focus Search Boxes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. Currently it supports web, image search pages from google, bing, baidu and yahoo. When you are checking the search results from the search engines, you may want to change your keyword for more results. So to focus to the search box, you may need to find a mouse...scroll top, or several touches on your touch pad. Now, with this extension installed, you can press Alt+S keys to focus the search box.
معلومات أساسية عن التمديد
الاسم | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
الوصف | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
حجم الملف | 51.88 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-03-21 |
تاريخ النشر | 2015-03-21 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | http://ciznx.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Focus Search Boxes", "description": "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "worker.js" ], "run_at": "document_start" } ] } |