Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Apa itu Literally?
Literally adalah ekstensi Chrome yang dikembangkan oleh Mike Walker, dan fitur utamanya adalah "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Literally
Unduh file ekstensi Literally dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
URL Resmi | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
Deskripsi | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
Ukuran File | 3.41 KB |
Jumlah Instalasi | 565 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-04-22 |
Tanggal Publikasi | 2014-04-21 |
Penilaian | 4.41/5 Total 29 Penilaian |
Pengembang | Mike Walker |
Tipe Pembayaran | free |
Situs Ekstensi | http://lazerwalker.com/literally |
Bahasa yang Didukung | 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" } ] } |