Lenny Faces Chrome Extension
A simple chrome extension with lenny faces
Lenny Faces Chrome Extension란 무엇입니까?
Lenny Faces Chrome Extension은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chrome extension with lenny faces"입니다.
확장 프로그램 스크린샷
Lenny Faces Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension which will bring all your lenny friends to your clipboard, click on extension and simply type things like "look, awesome, middle finger"... then click on that and Boom!!, Ctrl + V to use that lenny
확장 프로그램 기본 정보
이름 | Lenny Faces Chrome Extension |
ID | ejofklmfaddnolnagbohbdjclcejelbi |
공식 URL | https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi |
설명 | A simple chrome extension with lenny faces |
파일 크기 | 28.08 KB |
설치 횟수 | 427 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2016-02-18 |
출시 날짜 | 2016-02-18 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lenny Faces Chrome Extension", "short_name": "Lenny Faces", "description": "A simple chrome extension with lenny faces", "version": "1.2.0", "minimum_chrome_version": "45", "icons": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "browser_action": { "default_icon": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "default_popup": "src\/popup.html" } } |