WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
WoW Activity Lookupคืออะไร?
WoW Activity Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wowactivity.kimptoc.net และคุณลักษณะหลักของมันคือ "This extension will open the corresponding WoW Activity page for a WoW Armory page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WoW Activity Lookup
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |