Replace Linux with GNU/Linux

Put Richard in your web browser.

Replace Linux with GNU/Linux là gì?

Replace Linux with GNU/Linux là một tiện ích mở rộng Chrome được phát triển bởi Angristan, và tính năng chính của nó là "Put Richard in your web browser.".

Tải xuống tệp CRX của tiện ích mở rộng Replace Linux with GNU/Linux

Tải xuống các tệp mở rộng Replace Linux with GNU/Linux 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

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

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

Tên Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
URL Chính Thức https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
Mô tả Put Richard in your web browser.
Kích Thước Tệp 4.35 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-04
Ngày Phát Hành 2018-03-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Angristan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Angristan/GNU-Linux
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}