Nunze
Add some FFXIV tools to context menu.
Was ist Nunze?
Nunze ist eine Chrome-Erweiterung, die von noonworks entwickelt wurde, und ihr Hauptmerkmal ist "Add some FFXIV tools to context menu.".
Erweiterungsscreenshots
Nunze-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nunze-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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移植用に修正しました。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mclehildkcbjgncpanjhilbfjdipelpi |
| Offizielle URL | https://chromewebstore.google.com/detail/nunze/mclehildkcbjgncpanjhilbfjdipelpi |
| Beschreibung | Add some FFXIV tools to context menu. |
| Dateigröße | 261 KB |
| Installationsanzahl | 295 |
| Aktuelle Version | 0.0.9 beta |
| Letztes Update | 2020-04-09 |
| Veröffentlichungsdatum | 2020-04-08 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | noonworks |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/noonworks/nunze |
| Unterstützte Sprachen | 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';"
} | |