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.

Qu'est-ce que So It Goes ?

So It Goes est une extension Chrome développée par Zach Adams, et sa fonction principale est "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension So It Goes

Téléchargez les fichiers d'extension So It Goes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom So It Goes So It Goes
ID lbjgfodghkchhcpaeiiabadcllbommcl
URL Officiel https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl
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.
Taille du Fichier 10.26 KB
Nombre d'Installations 44
Version Actuelle 1.3.5
Dernière Mise à Jour 2020-02-21
Date de Publication 2020-02-21
Évaluation 4.71/5 Total 7 Évaluations
Développeur Zach Adams
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/zach-adams/so-it-goes
URL de la Page d'Aide https://github.com/zach-adams/so-it-goes
URL de la Page de Politique de Confidentialité https://zach-adams.com/privacy-policy/chrome-extensions.txt
Langues Prises en Charge 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"
        }
    ]
}