Sarcasm Transformer

Transforms old boring, bland text into several saracastic options

Qu'est-ce que Sarcasm Transformer ?

Sarcasm Transformer est une extension Chrome développée par Emily Humphrey, et sa fonction principale est "Transforms old boring, bland text into several saracastic options".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sarcasm Transformer

Téléchargez les fichiers d'extension Sarcasm Transformer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sarcasm Transformer Sarcasm Transformer
ID bfjcijkekppnpbkmfeldaonkclihpdcl
URL Officiel https://chrome.google.com/webstore/detail/sarcasm-transformer/bfjcijkekppnpbkmfeldaonkclihpdcl
Description Transforms old boring, bland text into several saracastic options
Taille du Fichier 38.06 KB
Nombre d'Installations 23
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-12-26
Date de Publication 2018-12-20
Développeur Emily Humphrey
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}