The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

The Trumpwebคืออะไร?

The Trumpweb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Hogan และคุณลักษณะหลักของมันคือ "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name."

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

screenshot

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

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

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

                        This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

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

ชื่อ The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
คำอธิบาย Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
ขนาดไฟล์ 10.36 KB
จำนวนการติดตั้ง 3,664
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2015-07-10
วันที่เผยแพร่ 2015-07-10
คะแนน 4.68/5 รวมทั้งหมด 297 คะแนน
ผู้พัฒนา Patrick Hogan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.fusion.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}