LGTM

You can immediately paste the image of LGTM

ما هو LGTM؟

LGTM هو إضافة Chrome تم تطويرها بواسطة diorclub8، والميزة الرئيسية لها هي "You can immediately paste the image of LGTM".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LGTM

قم بتنزيل ملفات الامتداد LGTM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hi everyone
Every day to find, copy and paste LGTM is over
We created an extension that solves all those problems

That is this "LGTM"! !

Easy to use, click on the icon to find your favorite image, then click on the image.
After that, you can easily send LGTM just by pasting to the place you want to paste.                    

معلومات أساسية عن التمديد

الاسم LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
عنوان URL الرسمي https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
الوصف You can immediately paste the image of LGTM
حجم الملف 43.38 KB
عدد التثبيتات 198
النسخة الحالية 0.0.3
آخر تحديث 2019-06-17
تاريخ النشر 2019-06-13
تقييم 5.00/5 مجموع تقييمات 2
المطور diorclub8
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LGTM",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "You can immediately paste the image of LGTM",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/contents.js"
            ]
        }
    ]
}