I'm feeling lucky hotkey
Adds a hotkey to navigate to the first google search result.
ما هو I'm feeling lucky hotkey؟
I'm feeling lucky hotkey هو إضافة Chrome تم تطويرها بواسطة Stan، والميزة الرئيسية لها هي "Adds a hotkey to navigate to the first google search result.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I'm feeling lucky hotkey
قم بتنزيل ملفات الامتداد I'm feeling lucky hotkey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.
معلومات أساسية عن التمديد
الاسم | I'm feeling lucky hotkey |
ID | miodihhmeihljccnakcdhgpjbbkogjpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp |
الوصف | Adds a hotkey to navigate to the first google search result. |
حجم الملف | 14.31 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-07-25 |
تاريخ النشر | 2019-07-25 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Stan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I'm feeling lucky hotkey", "version": "1.1", "description": "Adds a hotkey to navigate to the first google search result.", "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "commands": { "toggle-feature-go": { "suggested_key": { "default": "Alt+L", "mac": "Alt+L" }, "description": "Go to the first search result" } }, "manifest_version": 2 } |