others to otters

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

others to otters là gì?

others to otters là một tiện ích mở rộng Chrome được phát triển bởi RRM, và tính năng chính của nó là "Replaces all instances of 'other' with 'otter'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng others to otters

Tải xuống các tệp mở rộng others to otters dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL Chính Thức https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Mô tả Replaces all instances of 'other' with 'otter'.
Kích Thước Tệp 21.25 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-09-12
Ngày Phát Hành 2017-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển RRM
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}