Replace Trump!

Replace text instances of Trump with a nickname of your choosing.

Replace Trump!คืออะไร?

Replace Trump! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย replace_t* และคุณลักษณะหลักของมันคือ "Replace text instances of Trump with a nickname of your choosing."

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of reading about President Donald Trump? Want some comedic relief to the constant stream of Trump news? 

Use this extension to replace and optionally highlight all text instances of "Trump" (and variations such as "Donald J. Trump") with a funny nickname.

Currently, only a fixed list of nicknames are supported, but custom nicknames and other features are forthcoming!

Questions/bugs/feature requests, please email: [email protected] or tweet @ReplaceTrumpApp                    

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

ชื่อ Replace Trump! Replace Trump!
ID bfgjmlgidednjbohbgibmbemjccoekml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/replace-trump/bfgjmlgidednjbohbgibmbemjccoekml
คำอธิบาย Replace text instances of Trump with a nickname of your choosing.
ขนาดไฟล์ 1.53 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-04-20
วันที่เผยแพร่ 2017-04-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา replace_t*
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/vendors\/jquery-3.1.1.min.js",
                "src\/vendors\/jquery.mark.min.js",
                "src\/settings.js",
                "src\/replacement.js",
                "src\/content_script_trump.js"
            ],
            "css": [
                "content_script_styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replace text instances of Trump with a nickname of your choosing.",
    "manifest_version": 2,
    "name": "Replace Trump!",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "0.2"
}