Chrome Extension to detect recipes in your inventory
" Same thing here, after a few minutes I just closed the chrome window and assumed that it's no longer functioning the way that it should be. |
|
It's not working for me.
Too bad because it would save me a lot of time looking for identical rares... Hope it gets updated soon :) |
|
I'm also having issues. It seems to be stuck loading the character data. I hope a fix comes soon, because this addon is very helpful, and my stash is suffering lol
Edit: just got the new one, and its working. IGN: Titsious Last edited by CitanUzuki#0689 on Jul 24, 2012, 9:12:51 PM
|
|
I've been using PoE plus extension, and I hate it. I want the OP's version....
|
|
I have installed both extensions, and each's name is poe_plus :?
(and I havent used TJJ's old version for a while now...) invited by timer @ 10.12.2011
-- deutsche Community: www.exiled.eu & ts.exiled.eu |
|
The retrieval of the number of tabs seems to be incorrect. I have 6 tabs, and numTabs has been incorrectly set to 10. Thus, an error is raised line 388 as the first non existent tab is being queried.
When forcing the correct value in the code, all works fine. From what, I could see, the tabs array returned by getStashPage() sometimes returns incorrect (default?) values for the first tab: Object items: Array[64] numTabs: 10 tabIndex: 0 tabs: Array[10] Then later on if fetches the correct data: Object items: Array[41] numTabs: 6 tabIndex: 0 tabs: Array[6] I'm not familiar with the code, so I hope it'll ring a bell, if it doesn't I'll try to investigate further. Besides, Unique items raise an "unknown item category" error, although it does not seem to block the script, but you're probably aware of that. Object baseType: "Hyrri's Mark Copper Circlet" category: null identified: true itemRealType: "" location: Object name: "Hyrri's Mark Copper Circlet" properties: Object quantity: 1 rareName: null rarity: "unique" rawItem: Object Please let me know if I can be of some help. |
|
" If anyone feels like making one I'd be happy to put it in. I just stole the icon from the live site as a placeholder. Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
|
|
" It started off as an update to TJJ's, but now I think if I change the name the auto update will break. Not that i've read the docs on chrome plugins, or can be arsed to :p Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
|
|
" Seems like it may have been an issue with the data coming back from the PoE site. Clicking 'Refresh All' should fix that. It's not something I've seen before. Had you switched accounts recently? " From what I could see this error has always been there, but was possibly being supressed in the past. I'll probably have a proper look into it when I get back from holiday. If you did want to fix/add things the code is all up on github so you can always fork it and send a pull request. Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
|
|
" The colors are just stolen from the PoE site CSS at the moment I think. Something that works a bit better with twitters bootstrap would be good, but not high priority atm. If anyone wanted to update the CSS it's all there on github for anyone to fork + send pull requests. Changing the way the rows are rendered might be a while away, I want to get some better filtering and col selection stuff going first. It's something i'll probably look at eventually tho. The standard jQuery tablesorter doesn't work in a chrome plugin which is a bit of a pain. That is why there isn't nice sort indicators or table striping :p I did think about updating the other one I used instead, but then it turned out I'm too lazy :p Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
|
|