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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zach Adams, και η κύρια λειτουργία του είναι "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης So It Goes

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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"
        }
    ]
}