The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

The Fantastic Comic Sans MS Browser là gì?

The Fantastic Comic Sans MS Browser là một tiện ích mở rộng Chrome được phát triển bởi Yannick.Armspach, và tính năng chính của nó là "Rot your browser with the Fantastic Comic Sans MS !".

Ả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 The Fantastic Comic Sans MS Browser

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

                        All the internet with the Fantastic Comic Sans MS font !                    

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

Tên The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
URL Chính Thức https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
Mô tả Rot your browser with the Fantastic Comic Sans MS !
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2012-12-12
Ngày Phát Hành 2012-12-12
Đánh Giá 4.27/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Yannick.Armspach
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}