Literally

Replaces the word 'literally' with 'figuratively'. That's literally all it does.

Qu'est-ce que Literally ?

Literally est une extension Chrome développée par Mike Walker, et sa fonction principale est "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Literally

Téléchargez les fichiers d'extension Literally 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

                                            

Informations de Base sur l'Extension

Nom Literally Literally
ID odlbpehkpefnmehgdofblnagjpimaanh
URL Officiel https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh
Description Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Taille du Fichier 3.41 KB
Nombre d'Installations 565
Version Actuelle 1.0
Dernière Mise à Jour 2014-04-22
Date de Publication 2014-04-21
Évaluation 4.41/5 Total 29 Évaluations
Développeur Mike Walker
Type de Paiement free
Site Web de l'Extension http://lazerwalker.com/literally
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Literally",
    "version": "1.0",
    "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}