WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
什么是WoW Activity Lookup?
WoW Activity Lookup是由http://wowactivity.kimptoc.net开发的Chrome扩展程序,该扩展的主要功能是“This extension will open the corresponding WoW Activity page for a WoW Armory page.”。
扩展截图
下载WoW Activity Lookup扩展crx文件
下载WoW Activity Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The World of Warcraft Armory site shows the current state of your toon. But do you want to see a blow-by-blow activity feed as your character develops? This is available at http://wowactivity.kimptoc.net/. This extension lets you easily find the activity feed for a character on the Armory. For more information/support - please contact us via Twitter - @WowActivityFeed, https://twitter.com/WowActivityFeed PRIVACY DETAILS: No cookies are used. The only information stored is the name of the Warcraft toon that you look up. The only information stored is your IP address in the webserver logfiles.
扩展基本信息
名称 | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
官方URL | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
简介 | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
文件大小 | 12.4 KB |
安装次数 | 13 |
当前版本 | 3.0 |
更新时间 | 2016-04-17 |
上架时间 | 2016-04-17 |
评分 | 1.00/5 共1次评分 |
开发者 | http://wowactivity.kimptoc.net |
付费类型 | free |
扩展官网 | https://github.com/kimptoc/WoWActivityChromeExt- |
帮助页面URL | https://github.com/kimptoc/WoWActivityChromeExt- |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WoW Activity Lookup", "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.", "version": "3.0", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |