Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Hvad er Literally?
Literally er en Chrome-udvidelse udviklet af Mike Walker, og dens hovedfunktion er "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".
Udvidelsesskærmbilleder
Download Literally-udvidelses-CRX-fil
Download Literally-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
Officiel URL | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
Beskrivelse | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
Filstørrelse | 3.41 KB |
Antal Installationer | 565 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-04-22 |
Udgivelsesdato | 2014-04-21 |
Bedømmelse | 4.41/5 Samlet 29 Bedømmelser |
Udvikler | Mike Walker |
Betalingsmetode | free |
Udvidelseswebsted | http://lazerwalker.com/literally |
Understøttede Sprog | 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" } ] } |