Nether Portal Calculator for Minecraft
Use this calculator to see where you should put your nether portals in Minecraft.
Nether Portal Calculator for Minecraft là gì?
Nether Portal Calculator for Minecraft là một tiện ích mở rộng Chrome được phát triển bởi https://noobforce.net, và tính năng chính của nó là "Use this calculator to see where you should put your nether portals in Minecraft.".
Ả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 Nether Portal Calculator for Minecraft
Tải xuống các tệp mở rộng Nether Portal Calculator for Minecraft 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 Minecraft Nether Portal Calculator. The calculation behind the nether portal is relatively simple, but every so often we all need a little help when calculating the perfect place to put our nether portal. With this handy little chrome extension you can have the calculator right at your fingertips! Input the X/Y/Z of your Overworld coordinates to find the correct location for the linking Portal in the Nether. You can even do it the other way around.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nether Portal Calculator for Minecraft |
ID | nnpkbjiahjpnnjdfoailaicpmknndiid |
URL Chính Thức | https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid |
Mô tả | Use this calculator to see where you should put your nether portals in Minecraft. |
Kích Thước Tệp | 353 KB |
Số Lần Cài Đặt | 287 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-02-22 |
Ngày Phát Hành | 2020-02-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://noobforce.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://noobforce.net/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nether Portal Calculator for Minecraft", "short_name": "Nether Portal Calculator", "version": "1.0.1", "description": "Use this calculator to see where you should put your nether portals in Minecraft.", "permissions": [], "browser_action": { "default_popup": "popup\/index.html", "default_title": "Nether Portal Calculator" }, "web_accessible_resources": [ "\/popup\/static\/media\/icon.27887bb5.png" ], "icons": { "128": ".\/assets\/icon.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "css": [ "contentscript.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.youtube.com https:\/\/s.ytimg.com 'sha256-V1N25PGzWFtiBP5GgU2aOUYyAquQhyzWWclSepyhv6s='; object-src 'self'" } |