WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
Vad är WoW Activity Lookup?
WoW Activity Lookup är en Chrome-tillägg utvecklad av http://wowactivity.kimptoc.net, och dess huvudfunktion är "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Tilläggsskärmbilder
Ladda ner WoW Activity Lookup-förlängningens CRX-fil
Ladda ner WoW Activity Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
Officiell webbadress | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Beskrivning | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Filstorlek | 12.4 KB |
Antal Installationer | 13 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2016-04-17 |
Publiceringsdatum | 2016-04-17 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://wowactivity.kimptoc.net |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kimptoc/WoWActivityChromeExt- |
Hjälpsida URL | https://github.com/kimptoc/WoWActivityChromeExt- |
Stödda Språk | 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" ] } |