Linux To GNU Plus Linux
Replaces the text 'linux' with 'GNU Plus Linux'.
Linux To GNU Plus Linux là gì?
Linux To GNU Plus Linux là một tiện ích mở rộng Chrome được phát triển bởi Ryanteck, và tính năng chính của nó là "Replaces the text 'linux' with 'GNU Plus Linux'.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linux To GNU Plus Linux
Tải xuống các tệp mở rộng Linux To GNU Plus 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
This add-on replaces all instances of "Linux" with "GNU Plus Linux", allowing you to fully embrace the meme of "It's actually GNU Plus Linux" to it's fullest. A clone of the Cloud To Butt Plugin it simply changes Linux to GNU Plus Linux. Weather it's Linus Sebastian moaning about GNU Plus Linux, or Linus Torvolds saying Fsck You Nvidia for not supporting GNU Plus Linux. This add-on will be sure to give you a laugh.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linux To GNU Plus Linux |
ID | omeepfgdlegjlladiknpdjjihddpajkp |
URL Chính Thức | https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp |
Mô tả | Replaces the text 'linux' with 'GNU Plus Linux'. |
Kích Thước Tệp | 3.46 KB |
Số Lần Cài Đặt | 223 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-11-29 |
Ngày Phát Hành | 2021-11-28 |
Nhà Phát Triển | Ryanteck |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ryanteck/linux-to-gnulinux |
URL Trang Chính Sách Bảo Mật | https://ryanteck.uk/chrome-dev-tools-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linux To GNU Plus Linux", "version": "1.2", "description": "Replaces the text 'linux' with 'GNU Plus Linux'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |