Tommy

Tommy Nook occasionally chimes in.

Tommyคืออะไร?

Tommy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Tommy Nook occasionally chimes in."

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

screenshot

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

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

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

                        This extension will occasionally insert small text repeating the last word of a paragraph, just like when talking to Timmy and Tommy from Animal Crossing.

It specifically looks for 

elements, so will not function on any site that does not use those.

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

ชื่อ Tommy Tommy
ID higclgihaoclpabfngjkpihkkdfbgihh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tommy/higclgihaoclpabfngjkpihkkdfbgihh
คำอธิบาย Tommy Nook occasionally chimes in.
ขนาดไฟล์ 22.33 KB
จำนวนการติดตั้ง 1,870
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-28
วันที่เผยแพร่ 2020-04-26
คะแนน 4.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/csklimowski/tommy-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tommy",
    "version": "1.0",
    "description": "Tommy Nook occasionally chimes in.",
    "icons": {
        "16": "icons\/tommy-16.png",
        "48": "icons\/tommy-48.png",
        "128": "icons\/tommy-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tommy.js"
            ],
            "run_at": "document_idle"
        }
    ]
}