Text Troll

Replace words like :perotenemospatria: to a troll image.

Text Trollคืออะไร?

Text Troll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SoftwareCriollo และคุณลักษณะหลักของมันคือ "Replace words like :perotenemospatria: to a troll image."

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

screenshot

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

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

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

                        Replace words like :perotenemospatria: to an image.                    

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

ชื่อ Text Troll Text Troll
ID mhjpnimjojbeklnobfkmhfodlgfjghlm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm
คำอธิบาย Replace words like :perotenemospatria: to a troll image.
ขนาดไฟล์ 2.43 MB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-10-18
วันที่เผยแพร่ 2013-10-18
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SoftwareCriollo
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Troll",
    "description": "Replace words like :perotenemospatria: to a troll image.",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-1.9.1.min.js",
                "libs\/underscore-min.js",
                "text_troll.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "libs\/underscore-min.map",
        "images\/*"
    ]
}