LGTM with Anime

Copy animated gif url with adding LGTM.

LGTM with Animeคืออะไร?

LGTM with Anime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polog.org และคุณลักษณะหลักของมันคือ "Copy animated gif url with adding LGTM."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LGTM with Anime

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

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

                        Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp.
Right click with animated gif to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LGTM with Anime LGTM with Anime
ID nbbfoappojcjaihpopkiekdleojmmffe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe
คำอธิบาย Copy animated gif url with adding LGTM.
ขนาดไฟล์ 55.21 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2014-05-11
วันที่เผยแพร่ 2014-05-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://polog.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LGTM with Anime",
    "version": "0.7",
    "description": "Copy animated gif url with adding LGTM.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "lgtmify_16.png",
        "48": "lgtmify_48.png",
        "128": "lgtmify_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}