So It Goes
Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.
Apa itu So It Goes?
So It Goes adalah ekstensi Chrome yang dikembangkan oleh Zach Adams, dan fitur utamanya adalah "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi So It Goes
Unduh file ekstensi So It Goes 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
Adds in the phrase "so it goes" onto sentences or mentions of death on the text of the page you're visiting. Not guaranteed to work 100% of the time, but as far as it's been tested it seems to catch the vast majority of applicable circumstances. Source available here: https://github.com/zach-adams/so-it-goes
Informasi Dasar Ekstensi
Nama | So It Goes |
ID | lbjgfodghkchhcpaeiiabadcllbommcl |
URL Resmi | https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl |
Deskripsi | Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence. |
Ukuran File | 10.26 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 1.3.5 |
Terakhir Diperbarui | 2020-02-21 |
Tanggal Publikasi | 2020-02-21 |
Penilaian | 4.71/5 Total 7 Penilaian |
Pengembang | Zach Adams |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zach-adams/so-it-goes |
URL Halaman Bantuan | https://github.com/zach-adams/so-it-goes |
URL Halaman Kebijakan Privasi | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "So It Goes", "version": "1.3.5", "description": "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "file:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |