Let me google that for you
Easiest and fastest way to generate lmgtfy url
What is Let me google that for you?
Let me google that for you is a Chrome extension developed by juanc.jara, and its main feature is "Easiest and fastest way to generate lmgtfy url".
Extension Screenshots
Download Let me google that for you Extension CRX File
Download Let me google that for you extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select the desired text, right click, select lgtfy and paste the url generated
Extension Basic Information
Name | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
Official URL | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
Description | Easiest and fastest way to generate lmgtfy url |
File Size | 92.54 KB |
Installation Count | 119 |
Current Version | 1.1 |
Last Updated | 2014-10-22 |
Publish Date | 2014-10-22 |
Developer | juanc.jara |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |