others to otters

Replaces all instances of 'other' with 'otter'.

others to ottersคืออะไร?

others to otters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RRM และคุณลักษณะหลักของมันคือ "Replaces all instances of 'other' with 'otter'."

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

screenshot

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

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

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

                        This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.                    

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

ชื่อ others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
คำอธิบาย Replaces all instances of 'other' with 'otter'.
ขนาดไฟล์ 21.25 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-09-12
วันที่เผยแพร่ 2017-09-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา RRM
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "others to otters",
    "short_name": "otters",
    "description": "Replaces all instances of 'other' with 'otter'.",
    "author": "RRM",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}