Sarcasm Transformer

Transforms old boring, bland text into several saracastic options

Sarcasm Transformerとは何ですか?

Sarcasm TransformerはEmily Humphreyによって開発されたChromeの拡張機能で、その主な機能は「Transforms old boring, bland text into several saracastic options」です。

拡張機能のスクリーンショット

screenshot

Sarcasm Transformer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}