Memelords Lenny Face extension

1 line art at the click of a button (or three)

Memelords Lenny Face extension란 무엇입니까?

Memelords Lenny Face extension은(는) Memelord Caesar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1 line art at the click of a button (or three)"입니다.

확장 프로그램 스크린샷

screenshot

Memelords Lenny Face extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Recent update: I stopped paying for the memelordsunited website some time ago, and the extension contain an iFrame to the website. As some w**ker company has parked my domain, it was dumping advertisements in the extension. I have fixed this (v 1.0.6)

The Memelords Lenny Face extension is designed to give you an easy way of accessing your favourite one-line ASCII arts. These include things such as your favourite Lenny Face, the Nazi symbol, and much more! New ones will be added, including ones from requests sent via email.

To copy some art, you do not need to highlight it. Simply right click and it'll automatically highlight the line, bringing up the menu, and thus, you can instantly hit "copy".

For bug reports and to request a new piece of art to be added, feel free to email here:
[email protected]
This extension is provided to you free, and that also means ad free. To support this and future plugins, I rely heavily on donations.
If you can ever help out, please, donate or send money to:
[email protected]

Every little helps <3                    

확장 프로그램 기본 정보

이름 Memelords Lenny Face extension Memelords Lenny Face extension
ID cpcpoknhlgnbglfjdmphjnnlbneabaap
공식 URL https://chromewebstore.google.com/detail/memelords-lenny-face-exte/cpcpoknhlgnbglfjdmphjnnlbneabaap
설명 1 line art at the click of a button (or three)
파일 크기 109 KB
설치 횟수 212
현재 버전 1.0.6
최근 업데이트 2018-02-12
출시 날짜 2018-02-11
평점 3.71/5 총 7 개의 평점
개발자 Memelord Caesar
결제 유형 free
확장 프로그램 웹 사이트 https://tomgibbs.uk/games/hangman
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memelords Lenny Face extension",
    "description": "1 line art at the click of a button (or three)",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "select.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "permissions": []
}