Let me google that for you
Easiest and fastest way to generate lmgtfy url
Co to jest Let me google that for you?
Let me google that for you to rozszerzenie Chrome opracowane przez juanc.jara, a jego główną funkcją jest „Easiest and fastest way to generate lmgtfy url”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Let me google that for you
Pobierz pliki rozszerzeń Let me google that for you w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Select the desired text, right click, select lgtfy and paste the url generated
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
Oficjalny URL | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
Opis | Easiest and fastest way to generate lmgtfy url |
Rozmiar pliku | 92.54 KB |
Liczba instalacji | 119 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-10-22 |
Data Publikacji | 2014-10-22 |
Deweloper | juanc.jara |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |