Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Wat is Literally?
Literally is een Chrome-extensie ontwikkeld door Mike Walker, en de belangrijkste functie is "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".
Extensie Screenshots
Download het CRX-bestand van de extensie Literally
Download Literally-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
Officiële URL | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
Beschrijving | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
Bestandsgrootte | 3.41 KB |
Aantal Installaties | 565 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-04-22 |
Publicatiedatum | 2014-04-21 |
Beoordeling | 4.41/5 Totaal 29 Beoordelingen |
Ontwikkelaar | Mike Walker |
Betalingswijze | free |
Extensiewebsite | http://lazerwalker.com/literally |
Ondersteunde Talen | 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" } ] } |