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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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'"
}