Lodestone inventory grabber
A chrome extension to grab retainer's inventory from lodestone into your clipboard
What is Lodestone inventory grabber?
Lodestone inventory grabber is a Chrome extension developed by https://ffxivteamcraft.com, and its main feature is "A chrome extension to grab retainer's inventory from lodestone into your clipboard".
Extension Screenshots
Download Lodestone inventory grabber Extension CRX File
Download Lodestone inventory grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Grab your FINAL FANTASY XIV retainer's inventory from lodestone into your clipboard, using JSON format.
Extension Basic Information
Name | Lodestone inventory grabber |
ID | eepjjjjplcaiebldejkkfhlnmhpgceno |
Official URL | https://chromewebstore.google.com/detail/lodestone-inventory-grabb/eepjjjjplcaiebldejkkfhlnmhpgceno |
Description | A chrome extension to grab retainer's inventory from lodestone into your clipboard |
File Size | 885 KB |
Installation Count | 2,403 |
Current Version | 1.2.5 |
Last Updated | 2023-02-09 |
Publish Date | 2020-02-03 |
Rating | 1.67/5 Total 3 Ratings |
Developer | https://ffxivteamcraft.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ffxivteamcraft.com/recipe-finder |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lodestone inventory grabber", "version": "1.2.5", "manifest_version": 2, "description": "A chrome extension to grab retainer's inventory from lodestone into your clipboard", "homepage_url": "https:\/\/ffxivteamcraft.com\/recipe-finder", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Copy retainer's inventory inside clipboard" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/ffxivteamcraft.com\/lodestone\/character\/*\/retainer\/*\/baggage\/" ], "web_accessible_resources": [ "data\/items.json" ] } |