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 |
官方網址 | 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" } ] } |