Comic Sans Replacer

Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski

Comic Sans Replacer là gì?

Comic Sans Replacer là một tiện ích mở rộng Chrome được phát triển bởi niu tech, và tính năng chính của nó là "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".

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

Tải xuống các tệp mở rộng Comic Sans Replacer 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 tiny extension replaces the ugly Comic Sans MS font on all websites with much better Comic Neue font by Craig Rozynski. The web font is hosted on the super-fast CDN jsDelivr.

You can contribute to the project at https://github.com/niutech/comic-sans-replacer

The Comic Neue font is in the Public Domain.
The extension is released under Apache 2.0 License.                    

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

Tên Comic Sans Replacer Comic Sans Replacer
ID hogcjpgnoecbkmbamlakaacafkloopbn
URL Chính Thức https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn
Mô tả Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Kích Thước Tệp 9.01 KB
Số Lần Cài Đặt 632
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-04-11
Ngày Phát Hành 2014-04-11
Đánh Giá 4.42/5 Tổng số 19 Đánh Giá
Nhà Phát Triển niu tech
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/niutech/comic-sans-replacer
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "name": "Comic Sans Replacer",
    "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski",
    "author": "niu tech",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "userContent.css"
            ]
        }
    ],
    "manifest_version": 2
}