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.

Wat is So It Goes?

So It Goes is een Chrome-extensie ontwikkeld door Zach Adams, en de belangrijkste functie is "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie So It Goes

Download So It Goes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam So It Goes So It Goes
ID lbjgfodghkchhcpaeiiabadcllbommcl
Officiële URL https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl
Beschrijving Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.
Bestandsgrootte 10.26 KB
Aantal Installaties 44
Huidige Versie 1.3.5
Laatst Bijgewerkt 2020-02-21
Publicatiedatum 2020-02-21
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Zach Adams
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zach-adams/so-it-goes
Help Pagina-URL https://github.com/zach-adams/so-it-goes
URL van de Privacybeleid Pagina https://zach-adams.com/privacy-policy/chrome-extensions.txt
Ondersteunde Talen 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"
        }
    ]
}