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