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.
Co to jest So It Goes?
So It Goes to rozszerzenie Chrome opracowane przez Zach Adams, a jego główną funkcją jest „Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia So It Goes
Pobierz pliki rozszerzeń So It Goes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | So It Goes |
ID | lbjgfodghkchhcpaeiiabadcllbommcl |
Oficjalny URL | https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl |
Opis | Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence. |
Rozmiar pliku | 10.26 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.3.5 |
Ostatnia Aktualizacja | 2020-02-21 |
Data Publikacji | 2020-02-21 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Zach Adams |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/zach-adams/so-it-goes |
Adres URL Strony Pomocy | https://github.com/zach-adams/so-it-goes |
Adres URL Strony Polityki Prywatności | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Obsługiwane Języki | 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" } ] } |