Let me google that for you
Easiest and fastest way to generate lmgtfy url
Vad är Let me google that for you?
Let me google that for you är en Chrome-tillägg utvecklad av juanc.jara, och dess huvudfunktion är "Easiest and fastest way to generate lmgtfy url".
Tilläggsskärmbilder
Ladda ner Let me google that for you-förlängningens CRX-fil
Ladda ner Let me google that for you-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Select the desired text, right click, select lgtfy and paste the url generated
Grundläggande Information om Tillägg
Namn | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
Officiell webbadress | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
Beskrivning | Easiest and fastest way to generate lmgtfy url |
Filstorlek | 92.54 KB |
Antal Installationer | 119 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-10-22 |
Publiceringsdatum | 2014-10-22 |
Utvecklare | juanc.jara |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |