Steam Dota2 Linkmaker
Steam - Text to links for items
什麼是Steam Dota2 Linkmaker?
Steam Dota2 Linkmaker是由Alex Kheben開發的Chrome擴展程式,該擴展的主要功能是“Steam - Text to links for items”。
擴展截圖
下載Steam Dota2 Linkmaker擴展crx文件
下載Steam Dota2 Linkmaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | obcdkleobkanaljdmgcnklgfmgimenjj |
官方網址 | https://chrome.google.com/webstore/detail/steam-dota2-linkmaker/obcdkleobkanaljdmgcnklgfmgimenjj |
簡介 | Steam - Text to links for items |
檔案大小 | 29.09 KB |
安裝次數 | 31 |
目前版本 | 0.0.15 |
更新時間 | 2015-09-20 |
上架時間 | 2015-09-20 |
開發者 | Alex Kheben |
付費類型 | free |
擴展官網 | https://github.com/zbitname/steam-dota2-linkmaker |
支援的語言 | 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" ] } ] } |