The Trumpweb

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

The Trumpweb là gì?

The Trumpweb là một tiện ích mở rộng Chrome được phát triển bởi Patrick Hogan, và tính năng chính của nó là "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Trumpweb

Tải xuống các tệp mở rộng The Trumpweb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
URL Chính Thức https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
Mô tả Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Kích Thước Tệp 10.36 KB
Số Lần Cài Đặt 3,664
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-07-10
Ngày Phát Hành 2015-07-10
Đánh Giá 4.68/5 Tổng số 297 Đánh Giá
Nhà Phát Triển Patrick Hogan
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fusion.net
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}