Node.js™ trademark protector
Places the ™ character where necessary.
Node.js™ trademark protector là gì?
Node.js™ trademark protector là một tiện ích mở rộng Chrome được phát triển bởi billautomata, và tính năng chính của nó là "Places the ™ character where necessary.".
Ả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 Node.js™ trademark protector
Tải xuống các tệp mở rộng Node.js™ trademark protector 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
Protecting your brand in this modern world can be scary. Why not help out by putting that ™ where it belongs on every page you view. You won't forget who owns what.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
URL Chính Thức | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
Mô tả | Places the ™ character where necessary. |
Kích Thước Tệp | 3.38 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-02-04 |
Ngày Phát Hành | 2015-02-04 |
Nhà Phát Triển | billautomata |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/billautomata/nodejs_trademark_protector |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Node.js\u2122 trademark protector", "version": "1.0", "description": "Places the \u2122 character where necessary.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |