Let me google that for you
Easiest and fastest way to generate lmgtfy url
Wat is Let me google that for you?
Let me google that for you is een Chrome-extensie ontwikkeld door juanc.jara, en de belangrijkste functie is "Easiest and fastest way to generate lmgtfy url".
Extensie Screenshots
Download het CRX-bestand van de extensie Let me google that for you
Download Let me google that for you-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Select the desired text, right click, select lgtfy and paste the url generated
Basisinformatie over de Extensie
Naam | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
Officiële URL | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
Beschrijving | Easiest and fastest way to generate lmgtfy url |
Bestandsgrootte | 92.54 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-10-22 |
Publicatiedatum | 2014-10-22 |
Ontwikkelaar | juanc.jara |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |