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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/zach-adams/so-it-goes
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}