Comic Sans Twitter

Show all tweets in Comic Sans font

Comic Sans Twitter là gì?

Comic Sans Twitter là một tiện ích mở rộng Chrome được phát triển bởi katystreet, và tính năng chính của nó là "Show all tweets in Comic Sans font".

Ả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 Comic Sans Twitter

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

                        Make all your tweets Comic Sans.                    

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

Tên Comic Sans Twitter Comic Sans Twitter
ID hamipdmocohimjhohllchgclheibnkfn
URL Chính Thức https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn
Mô tả Show all tweets in Comic Sans font
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2018-12-17
Ngày Phát Hành 2018-12-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển katystreet
Loại Thanh Toán free
Trang Web Mở Rộng http://www.katygero.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Twitter",
    "version": "0.0.2",
    "description": "Show all tweets in Comic Sans font",
    "permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "images\/noun_turtle_transparent_cropped_16.png",
        "32": "images\/noun_turtle_transparent_cropped_32.png",
        "48": "images\/noun_turtle_transparent_cropped_48.png",
        "128": "images\/noun_turtle_transparent_cropped_128.png"
    },
    "browser_action": {
        "default_icon": "images\/noun_turtle_transparent_cropped_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}