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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |