FFRK Lookup
This extension is used as a quick reference tool for Enlir's FFRK spreadsheet.
Τι είναι το FFRK Lookup;
Το FFRK Lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FFRK Lookup, και η κύρια λειτουργία του είναι "This extension is used as a quick reference tool for Enlir's FFRK spreadsheet.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FFRK Lookup
Λήψη αρχείων επέκτασης FFRK Lookup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Chrome extension allows you to look up different information for the game Final Fantasy Record Keeper from the Enlir/Community Database spreadsheet. Features: Look up Soul Breaks for specific characters Look up Legend Materia for specific characters Look up Soul Breaks via their name Look up Abilities via their name Look up Hero Abilities via their character's name Look up Record Materia via their name Look up Statuses via their name Extension now has basic error handling for bad requests I welcome any and all feedback as I'd like for this tool to be as useful to the community as possible. I will read every comment here and respond as quickly as I can. Send me an email at [email protected] for any requests. Example Commands Search for a Soul Break by name -> Guardian Mog Search for a specific Soul Break tier for a character -> cloud bsb Search for an individual Soul Break of a certain tier for a character -> cloud bsb2 Search for a character with multiple words in their name -> onion knight usb Search for a character's Legend Materia -> cloud lm Search for an ability -> meltdown abil Search for a hero ability -> squall HA Search for a record materia by name -> ace striker rm Search for a status by name -> dark bargain status Use multiple commands in a single request -> cloud bsb; cloud lm; elarra usb; mako might rm; meltdown abil (ADSBs are now included in the SB tiers) Future Improvements * Allow for multiple commands for same character to be chained via commas (cloud lm, bsb, usb) * Create a Character command - I'm thinking it should at least have Ability School access including from Record Dives but I'm not certain what else it should have so suggestions are welcome!
Βασικές Πληροφορίες Επέκτασης
Όνομα | FFRK Lookup |
ID | ppdciebmboigefmmgdmaedaajocohlcg |
Επίσημο URL | https://chromewebstore.google.com/detail/ffrk-lookup/ppdciebmboigefmmgdmaedaajocohlcg |
Περιγραφή | This extension is used as a quick reference tool for Enlir's FFRK spreadsheet. |
Μέγεθος Αρχείου | 149 KB |
Αριθμός Εγκαταστάσεων | 232 |
Τρέχουσα Έκδοση | 1.2.7 |
Τελευταία Ενημέρωση | 2022-01-07 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 5.00/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | FFRK Lookup |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FFRK Lookup", "version": "1.2.7", "description": "This extension is used as a quick reference tool for Enlir's FFRK spreadsheet.", "icons": { "48": "images\/tyro-48.png", "128": "images\/tyro-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "48": "images\/tyro-48.png" }, "default_title": "FFRK Lookup", "default_popup": "index.html" } } |