Forgotten Mods

A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052

Forgotten Modsとは何ですか?

Forgotten Modsはhttps://sites.google.com/site/thirdyderiveraによって開発されたChromeの拡張機能で、その主な機能は「A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052」です。

拡張機能のスクリーンショット

screenshot

Forgotten Mods拡張機能のCRXファイルをダウンロード

Forgotten Mods拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Forgotten Mods is a free and open source chrome extension made for the Free to Play ARPG game called Path of Exile. This extension enhances the website called poe.trade by augmenting more details to it's search results.

When you do a search with poe.trade, the tool runs automatically and you'll see some valuable information.

Current Features:
1. Displays whether the mod is a prefix/suffix (in red or blue).
2. Displays the Tier Level of the Mod.
3. Displays the Name of the affix, neat huh. This is activated on mouse hover.
4. Automatically generate WTB (Want to buy) message for easier trading process.

This tool is completely free and open-source.

See Github project:
https://github.com/thirdy/forgotten-mods/
See Path of exile forum thread:
https://www.pathofexile.com/forum/view-thread/1164052                    

拡張機能の基本情報

名前 Forgotten Mods Forgotten Mods
ID iejmnlppimjeddnpfiljelhloaelogao
公式URL https://chromewebstore.google.com/detail/forgotten-mods/iejmnlppimjeddnpfiljelhloaelogao
説明 A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052
ファイルサイズ 13.75 KB
インストール数 585
現在のバージョン 0.8.2
最終更新日 2015-02-09
公開日 2015-02-09
評価 4.94/5 合計 18 レビュー
開発者 https://sites.google.com/site/thirdyderivera
支払い方法 free
拡張機能のウェブサイト https://www.pathofexile.com/forum/view-thread/1164052
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forgotten Mods",
    "version": "0.8.2",
    "description": "A tool for augmenting poe.trade experience. See official forum thread at  https:\/\/www.pathofexile.com\/forum\/view-thread\/1164052",
    "author": "ManicCompression",
    "minimum_chrome_version": "17",
    "icons": {
        "128": "forgotten-mods-icon.png"
    },
    "browser_action": {
        "default_icon": "forgotten-mods-icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.poe.trade\/*",
        "http:\/\/poe.trade\/*",
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/poe.trade\/search\/*",
                "http:\/\/www.poe.trade\/search\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}