Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
What is Literally?
Literally is a Chrome extension developed by Mike Walker, and its main feature is "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".
Extension Screenshots
Download Literally Extension CRX File
Download Literally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
Official URL | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
Description | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
File Size | 3.41 KB |
Installation Count | 565 |
Current Version | 1.0 |
Last Updated | 2014-04-22 |
Publish Date | 2014-04-21 |
Rating | 4.41/5 Total 29 Ratings |
Developer | Mike Walker |
Payment Type | free |
Extension Website | http://lazerwalker.com/literally |
Supported Languages | 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" } ] } |