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文件
下載Nether Portal Calculator for Minecraft擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |