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.

Co je So It Goes?

So It Goes je rozšíření Chrome vyvinuté Zach Adams, a jeho hlavní funkcí je „Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření So It Goes

Stáhněte si soubory rozšíření So It Goes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název So It Goes So It Goes
ID lbjgfodghkchhcpaeiiabadcllbommcl
Oficiální URL https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl
Popis Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.
Velikost souboru 10.26 KB
Počet instalací 44
Aktuální Verze 1.3.5
Poslední Aktualizace 2020-02-21
Datum Vydání 2020-02-21
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář Zach Adams
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/zach-adams/so-it-goes
URL Stránky Nápovědy https://github.com/zach-adams/so-it-goes
URL Stránky Zásad Ochrany Soukromí https://zach-adams.com/privacy-policy/chrome-extensions.txt
Podporované Jazyky 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"
        }
    ]
}