Literally

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

Cos'è Literally?

Literally è un'estensione di Chrome sviluppata da Mike Walker, e la sua funzione principale è "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Literally

Scarica i file di estensione Literally in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Literally Literally
ID odlbpehkpefnmehgdofblnagjpimaanh
URL Ufficiale https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh
Descrizione Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Dimensione del File 3.41 KB
Conteggio Installazioni 565
Versione Corrente 1.0
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-21
Valutazione 4.41/5 Totale 29 Valutazioni
Sviluppatore Mike Walker
Tipo di Pagamento free
Sito Web dell'Estensione http://lazerwalker.com/literally
Lingue Supportate 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"
        }
    ]
}