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.
What is So It Goes?
So It Goes is a Chrome extension developed by Zach Adams, and its main feature is "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".
Extension Screenshots
Download So It Goes Extension CRX File
Download So It Goes 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
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
Extension Basic Information
Name | So It Goes |
ID | lbjgfodghkchhcpaeiiabadcllbommcl |
Official URL | https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl |
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. |
File Size | 10.26 KB |
Installation Count | 44 |
Current Version | 1.3.5 |
Last Updated | 2020-02-21 |
Publish Date | 2020-02-21 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Zach Adams |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zach-adams/so-it-goes |
Help Page URL | https://github.com/zach-adams/so-it-goes |
Privacy Policy Page URL | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Supported Languages | 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" } ] } |