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开发的Chrome扩展程序,该扩展的主要功能是“Easiest and fastest way to generate lmgtfy url”。
扩展截图
下载Let me google that for you扩展crx文件
下载Let me google that for you扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |