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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में So It Goes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}