Nunze

Add some FFXIV tools to context menu.

Qu'est-ce que Nunze ?

Nunze est une extension Chrome développée par noonworks, et sa fonction principale est "Add some FFXIV tools to context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nunze

Téléchargez les fichiers d'extension Nunze au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Add some FFXIV tools to context menu.
ベータ版です。

0.0.9 beta:
リテイナーの出品・販売履歴情報も読み取るようにしました。
出品中のアイテムも検索されるようにしました。
販売履歴機能を追加しました。
綴りミスを直しました。

0.0.8 beta:
loadstoneのhttps化に対応しました。

0.0.7 beta: バージョン番号調整のため欠番です。
0.0.6 beta: バージョン番号調整のため欠番です。

0.0.5 beta:
ファイルが破損していたため再アップロードしました。

0.0.3 beta:
* FCチェストの読み込みおよび検索に対応
* シャード、クリスタル、クラスターの読み込みおよび検索に対応

0.0.2 beta:小さなバグを修正し、FireFox移植用に修正しました。                    

Informations de Base sur l'Extension

Nom Nunze Nunze
ID mclehildkcbjgncpanjhilbfjdipelpi
URL Officiel https://chromewebstore.google.com/detail/nunze/mclehildkcbjgncpanjhilbfjdipelpi
Description Add some FFXIV tools to context menu.
Taille du Fichier 261 KB
Nombre d'Installations 295
Version Actuelle 0.0.9 beta
Dernière Mise à Jour 2020-04-09
Date de Publication 2020-04-08
Évaluation 4.80/5 Total 5 Évaluations
Développeur noonworks
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/noonworks/nunze
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nunze",
    "version": "0.0.9",
    "version_name": "0.0.9 beta",
    "description": "Add some FFXIV tools to context menu.",
    "author": "@noonworks",
    "browser_action": {
        "default_title": "Nunze"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/events.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_global.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content_lodestone.js"
            ],
            "matches": [
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/",
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/my\/*",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/my\/*",
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/playguide\/*",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/playguide\/*",
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/character\/*",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/character\/*",
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/freecompany\/*",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/freecompany\/*",
                "http:\/\/jp.finalfantasyxiv.com\/lodestone\/linkshell\/*",
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/linkshell\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "sandbox": {
        "pages": [
            "options.html",
            "pages\/retainer_search_result.html",
            "pages\/show_log.html"
        ]
    },
    "web_accessible_resources": [
        "options_sub.html",
        "pages\/retainer_search_result.html",
        "pages\/show_log_sub.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}