Literally

Replaces the word 'literally' with 'figuratively'. That's literally all it does.

Literally là gì?

Literally là một tiện ích mở rộng Chrome được phát triển bởi Mike Walker, và tính năng chính của nó là "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".

Ả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 Literally

Tải xuống các tệp mở rộng Literally 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

                                            

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

Tên Literally Literally
ID odlbpehkpefnmehgdofblnagjpimaanh
URL Chính Thức https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh
Mô tả Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Kích Thước Tệp 3.41 KB
Số Lần Cài Đặt 565
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-04-22
Ngày Phát Hành 2014-04-21
Đánh Giá 4.41/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Mike Walker
Loại Thanh Toán free
Trang Web Mở Rộng http://lazerwalker.com/literally
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Literally",
    "version": "1.0",
    "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}