Nether Portal Calculator for Minecraft
Use this calculator to see where you should put your nether portals in Minecraft.
Nether Portal Calculator for Minecraft란 무엇입니까?
Nether Portal Calculator for Minecraft은(는) https://noobforce.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this calculator to see where you should put your nether portals in Minecraft."입니다.
확장 프로그램 스크린샷
Nether Portal Calculator for Minecraft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Nether Portal Calculator for Minecraft |
ID | nnpkbjiahjpnnjdfoailaicpmknndiid |
공식 URL | https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid |
설명 | Use this calculator to see where you should put your nether portals in Minecraft. |
파일 크기 | 353 KB |
설치 횟수 | 287 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-02-22 |
출시 날짜 | 2020-02-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://noobforce.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://noobforce.net/ |
지원되는 언어 | 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'" } |