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是由Zach Adams开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" } ] } |