Sarcasm Transformer

Transforms old boring, bland text into several saracastic options

Sarcasm Transformerคืออะไร?

Sarcasm Transformer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emily Humphrey และคุณลักษณะหลักของมันคือ "Transforms old boring, bland text into several saracastic options"

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

screenshot

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

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

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

                        Adds options to the right click menu to transform selected text into options to easily convey sarcasm.                    

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

ชื่อ Sarcasm Transformer Sarcasm Transformer
ID bfjcijkekppnpbkmfeldaonkclihpdcl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sarcasm-transformer/bfjcijkekppnpbkmfeldaonkclihpdcl
คำอธิบาย Transforms old boring, bland text into several saracastic options
ขนาดไฟล์ 38.06 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-12-26
วันที่เผยแพร่ 2018-12-20
ผู้พัฒนา Emily Humphrey
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarcasm Transformer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Transforms old boring, bland text into several saracastic options",
    "homepage_url": "http:\/\/hmphry.com\/library\/sarcasm\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}