AIO Old School RuneScape

All in one Old School RuneScape resources manager.

Τι είναι το AIO Old School RuneScape;

Το AIO Old School RuneScape είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jasonou, και η κύρια λειτουργία του είναι "All in one Old School RuneScape resources manager.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AIO Old School RuneScape

Λήψη αρχείων επέκτασης AIO Old School RuneScape σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Chrome Extension Link:

https://chrome.google.com/webstore/detail/aio-old-school-runescape/dfdfjcfajgbmcecfohciilepidcilppl


AIO Old School RuneScape Resources Manager Chrome Extension

All in one (2007) RuneScape resources manager.

***  FEATURES  ***
 · Easy access to common resources
           · Combat Calculator
           · Crystal Math Labs
           · Hiscores
           · News
           · Reddit
           · Skills Calculator
           · Grand Exchange
           · Wikia

 · Instant lookup for OSRS Wiki

 · Instant lookup for OSRS Grand Exchange

 · Instant lookup for 2007Scape Reddit

 · Instant lookup for OSRS Hiscores

 · Ability to use shortcut commands to search when using enter key

 · Right click anywhere and have quick resource links displayed

 · Set your account for Crystal Math Labs

 · Ability to choose what links you want displayed in options

 · Updated Wikia theme to be more user friendly


**  FUTURE UPDATES  **

 · Development has been halted for now

===========================
DISCLAIMER:

"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."

This extension is made by me, Jason Ou and this is in no way shape or form affiliated to Jagex or their products.
RuneScape® is a registered trademark of Jagex Ltd © 1999 - 2017.
http://www.runescape.com                    

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

Όνομα AIO Old School RuneScape AIO Old School RuneScape
ID dfdfjcfajgbmcecfohciilepidcilppl
Επίσημο URL https://chromewebstore.google.com/detail/aio-old-school-runescape/dfdfjcfajgbmcecfohciilepidcilppl
Περιγραφή All in one Old School RuneScape resources manager.
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 2.20
Τελευταία Ενημέρωση 2017-12-20
Ημερομηνία Δημοσίευσης 2017-12-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής jasonou
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIO Old School RuneScape",
    "version": "2.20",
    "manifest_version": 2,
    "description": "All in one Old School RuneScape resources manager.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.2.1.min.js",
            "background\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "AIO Old School RuneScape",
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/oldschoolrunescape.wikia.com\/wiki\/*"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ]
}