Let me google that for you
Easiest and fastest way to generate lmgtfy url
ما هو Let me google that for you؟
Let me google that for you هو إضافة Chrome تم تطويرها بواسطة juanc.jara، والميزة الرئيسية لها هي "Easiest and fastest way to generate lmgtfy url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Let me google that for you
قم بتنزيل ملفات الامتداد Let me google that for you بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select the desired text, right click, select lgtfy and paste the url generated
معلومات أساسية عن التمديد
الاسم | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
الوصف | Easiest and fastest way to generate lmgtfy url |
حجم الملف | 92.54 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-10-22 |
تاريخ النشر | 2014-10-22 |
المطور | juanc.jara |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1", "default_locale": "es", "short_name": "lmgtfy", "browser_action": { "default_icon": "social_google_box.png", "default_popup": "popup.html" }, "background": { "scripts": [ "logic.js" ] }, "permissions": [ "contextMenus", "clipboardRead", "notifications" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "author": "Juan Carlos Jara Loayza" } |