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.
Что такое So It Goes?
So It Goes - это расширение Chrome, разработанное Zach Adams, и его основная функция - "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".
Снимки экрана расширения
Скачать файл CRX расширения So It Goes
Скачайте файлы расширений So It Goes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | So It Goes |
ID | lbjgfodghkchhcpaeiiabadcllbommcl |
Официальный URL | https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl |
Описание | Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence. |
Размер файла | 10.26 KB |
Количество установок | 44 |
Текущая Версия | 1.3.5 |
Последнее Обновление | 2020-02-21 |
Дата публикации | 2020-02-21 |
Рейтинг | 4.71/5 Всего 7 оценок |
Разработчик | Zach Adams |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/zach-adams/so-it-goes |
URL страницы помощи | https://github.com/zach-adams/so-it-goes |
URL страницы политики конфиденциальности | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Поддерживаемые языки | 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" } ] } |