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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
        }
    ]
}  |  |