Origin

Converts all instances of a capital A to ᐰ.

Originคืออะไร?

Origin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Converts all instances of a capital A to ᐰ."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Origin

ดาวน์โหลดไฟล์ส่วนขยาย Origin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Never forget your point of origin by constantly reminding yourself of it by replacing every capital A with Earth's Stargate point of origin symbol, ᐰ.

source: https://gitlab.com/DanManN/Origin                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Origin Origin
ID ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/origin/ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
คำอธิบาย Converts all instances of a capital A to ᐰ.
ขนาดไฟล์ 7.1 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-08-05
วันที่เผยแพร่ 2018-08-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Origin",
    "description": "Converts all instances of a capital A to \u1430.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}