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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |