FFRK Lookup

This extension is used as a quick reference tool for Enlir's FFRK spreadsheet.

什麼是FFRK Lookup?

FFRK Lookup是由FFRK Lookup開發的Chrome擴展程式,該擴展的主要功能是“This extension is used as a quick reference tool for Enlir's FFRK spreadsheet.”。

擴展截圖

screenshot

下載FFRK Lookup擴展crx文件

下載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 FFRK Lookup
ID ppdciebmboigefmmgdmaedaajocohlcg
官方網址 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"
    }
}