Memelords Lenny Face extension

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

Memelords Lenny Face extensionคืออะไร?

Memelords Lenny Face extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Memelord Caesar และคุณลักษณะหลักของมันคือ "1 line art at the click of a button (or three)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memelords Lenny Face extension

ดาวน์โหลดไฟล์ส่วนขยาย Memelords Lenny Face extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}