WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
WoW Activity Lookup là gì?
WoW Activity Lookup là một tiện ích mở rộng Chrome được phát triển bởi http://wowactivity.kimptoc.net, và tính năng chính của nó là "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WoW Activity Lookup
Tải xuống các tệp mở rộng WoW Activity Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Mô tả | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Kích Thước Tệp | 12.4 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2016-04-17 |
Ngày Phát Hành | 2016-04-17 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://wowactivity.kimptoc.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kimptoc/WoWActivityChromeExt- |
URL Trang Trợ Giúp | https://github.com/kimptoc/WoWActivityChromeExt- |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |