Steam Dota2 Linkmaker

Steam - Text to links for items

What is Steam Dota2 Linkmaker?

Steam Dota2 Linkmaker is a Chrome extension developed by Alex Kheben, and its main feature is "Steam - Text to links for items".

Extension Screenshots

screenshot

Download Steam Dota2 Linkmaker Extension CRX File

Download Steam Dota2 Linkmaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Steam Dota2 Linkmaker Steam Dota2 Linkmaker
ID obcdkleobkanaljdmgcnklgfmgimenjj
Official URL https://chrome.google.com/webstore/detail/steam-dota2-linkmaker/obcdkleobkanaljdmgcnklgfmgimenjj
Description Steam - Text to links for items
File Size 29.09 KB
Installation Count 31
Current Version 0.0.15
Last Updated 2015-09-20
Publish Date 2015-09-20
Developer Alex Kheben
Payment Type free
Extension Website https://github.com/zbitname/steam-dota2-linkmaker
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Dota2 Linkmaker",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/steamcommunity.com\/market\/listings\/570\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/market\/listings\/570\/*"
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ]
}