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 juanc.jara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easiest and fastest way to generate lmgtfy url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Let me google that for you एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |