Sarcasm Transformer

Transforms old boring, bland text into several saracastic options

What is Sarcasm Transformer?

Sarcasm Transformer is a Chrome extension developed by Emily Humphrey, and its main feature is "Transforms old boring, bland text into several saracastic options".

Extension Screenshots

screenshot

Download Sarcasm Transformer Extension CRX File

Download Sarcasm Transformer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sarcasm Transformer Sarcasm Transformer
ID bfjcijkekppnpbkmfeldaonkclihpdcl
Official URL https://chrome.google.com/webstore/detail/sarcasm-transformer/bfjcijkekppnpbkmfeldaonkclihpdcl
Description Transforms old boring, bland text into several saracastic options
File Size 38.06 KB
Installation Count 23
Current Version 0.0.1
Last Updated 2018-12-26
Publish Date 2018-12-20
Developer Emily Humphrey
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}