oro-storage-helper

Adds icons to usefull items and filters for each purpose type at the originsro control panel.

Τι είναι το oro-storage-helper;

Το oro-storage-helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sacertuch, και η κύρια λειτουργία του είναι "Adds icons to usefull items and filters for each purpose type at the originsro control panel.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης oro-storage-helper

Λήψη αρχείων επέκτασης oro-storage-helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This add-on adds icons to all items at the OrignsRO Control Panel to see the possible purposes of each item.

Currently supported tables:
- My Account -> Account Info, Master Storage table
- Account Info, Item List
- Character Info Page, both inventory and cart table

Items are subdivided into the following types:
- Cooking (100%)
- Potting (100%)
- Quest (100%, till Episode 11.1)
- Headgear (100%)
- Arrows (100%)
- Forging (100%)
- Skill (10%)

The database will be completed soon^tm.

Features for future versions:
- Priority categories: Set a priority for every item to flag it for "always sell" or "always keep".
- Filters for priorities
- Icons on item detail pages
- Settings for icons and colors

If you run into any error or you've got a cool idea for a new feature let me now by opening an issue on: https://gitlab.com/sacertuch/oro-storage-helper-support

PS: For Odin's sake let me know which browser you use if you run into any problem!

A special thanks to baon2k for the icon, all testers and everyone else who helped me :)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα oro-storage-helper oro-storage-helper
ID jmkikmmamjlcciimaegonclmaifldpoa
Επίσημο URL https://chrome.google.com/webstore/detail/oro-storage-helper/jmkikmmamjlcciimaegonclmaifldpoa
Περιγραφή Adds icons to usefull items and filters for each purpose type at the originsro control panel.
Μέγεθος Αρχείου 247 KB
Αριθμός Εγκαταστάσεων 65
Τρέχουσα Έκδοση 0.6.0
Τελευταία Ενημέρωση 2021-07-21
Ημερομηνία Δημοσίευσης 2021-07-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sacertuch
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/sacertuch/oro-storage-helper-support
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "oro-storage-helper",
    "version": "0.6.0",
    "description": "Adds icons to usefull items and filters for each purpose type at the originsro control panel.",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/[email protected]",
        "24": "assets\/[email protected]",
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "128": "assets\/[email protected]",
        "256": "assets\/[email protected]"
    },
    "permissions": [
        "*:\/\/cp.originsro.org\/*"
    ],
    "web_accessible_resources": [
        "assets\/items.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cp.originsro.org\/masteraccount\/view\/",
                "https:\/\/cp.originsro.org\/masteraccount\/items\/",
                "https:\/\/cp.originsro.org\/character\/view\/?id=*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "style.min.css"
            ]
        }
    ]
}