Amazon Unit Price의 버전 기록 - 22개 버전
Amazon Unit Price 제작자: danc2
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 2.1.5
2025년 6월 6일에 출시 - 1.17 MBfirefox 109.0 이상에서 작동small typo in tagAll Rights Reserved에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 2.1.3
2025년 5월 26일에 출시 - 1.17 MBfirefox 109.0 이상에서 작동- We now will add a unit price when a "n-pack" or "n pack" (where n is number) is in the title
- Coupons now can be factored in the unit price (check settings)
- Quantity pricing (i.e., business pricing; check settings)
- Improved UI/UX design
- Zoom functionality of products
- Bigger text
- hover over the title to see the full title text
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.1.2
2025년 5월 21일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동Fixed the url issue permanentlyAll Rights Reserved에 따라 릴리스된 소스 코드
버전 2.1.1
2025년 5월 21일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동Reverting link change due to error on my part.All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.1.0
2025년 5월 19일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Fixing localization issues with how currencies are formatted (currency position, commas vs decimals vs spaces, etc.).
- Fixed an issue with the deals not showing up on some pages..it's a temporary fix as a bigger one is needed
- Fixed an issue with the tagging that was outdated and would make some foreign domains search for rather than navigate to a product page
- Fixed another issue with tagging in which I put a
/
instead of a query parameter symbol (?).
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.9
2025년 5월 17일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Fixing link that caused
amazon.de
links (except Add To Cart one) to redirect as a search (unsure why Amazon behaves this way...).
All Rights Reserved에 따라 릴리스된 소스 코드
- Fixing link that caused
버전 2.0.8
2025년 5월 14일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Sidebar is now an option to see sorted results that persists when the popup is not active and when one moves to another search result page!
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.7
2025년 5월 10일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Fixed lack of parsing for
,
currencies (e.g., France). - Fixed star parsing error for countries that used
,
(we were expecting dot notation here also) - Fixed faulty
volumeMappings
All Rights Reserved에 따라 릴리스된 소스 코드
- Fixed lack of parsing for
버전 2.0.6
2025년 5월 2일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- 100 ml and 100 g now convert to milliliters and grams respectively, so comparisons work better for amazon.co.uk and amazon.ca and perhaps others.
- Prevented Deals popup from showing errant links when not on amazon pages
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.5
2025년 4월 26일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동Fixed error where proper normalized unit price was not shown upon change in the UI (but did show no refresh)All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.4
2025년 4월 22일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동Wrong tag. Some functionality to prevent popup showing on product page.All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.3
2025년 4월 21일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Fixed a bug when changing the "weight unit" or "volume unit", which would trigger a change of the active unit tab indicator, but not actually change the results shown (i.e., it was still on the "weight" tab realistically if user was on weight tab when they changed).
- Fixed amazon tag, which was for Chrome.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.2
2025년 4월 21일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Removing unnecessary check if we are on a search page (content script will handle this)
- Removing
tabs
permission and replacing it with theactiveTab
permission (related to above) - Modifying the manifest file to start the injection of the content script on the TLD rather than the specific search page, since Amazon changed their website and it broke the previous version
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0.1
2025년 4월 19일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- Improved ability to scrape multiple pages with a checkbox so user can turn on/off without changing per page scrape
- Saved state so that when part of the extension goes to sleep (e.g.,
background.js
), but the user clicks the popup again, the previously scraped products will be retrieved from storage. - Improved isolation among tabs so that a user can have multiple tabs open from Amazon and maintain separate popup states that do not overlap with one another.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 2.0
2025년 4월 13일에 출시 - 2.02 MBfirefox 109.0 이상에서 작동- SNAP filter
- A badge to list the number of results
- Auto-updating poll/watcher on the product container (badge increments as new results are added)
- A “Deals” icon, which directs to deals of Amazon (e.g., Credit card bonus deal, 30 day trials, etc.)
- A settings icon which houses =>
- Compare by unit categories — which lumps up/normalies different units by Weight and Volume. This is a bigger deal on other countries websites, like Canada’s Amazon (
amazon.ca
). - Enable auto-popup (specifically noting it only works on non-Firefox browsers)
- “Max pages to scan” — which will click the “next” button for however many pages a user likes…because of the polling feature, it autoupdates and auto-sorts new results as we direct the user down a few pages. Not currently working in Firefox since the page layout is different than Chrome. I will fix this later.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.8
2025년 3월 8일에 출시 - 3.42 MBfirefox 109.0 이상에서 작동(previous release)
1. Added search bar navigation
- Search by title or unit or both!
2. Added fixed unit price container
- scroll down and the unit price bar will follow you so you do not have to scroll up to get back to it
3. Adjustments in spacing + preparation for next release
(this release)
updated affiliate IDAll Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.7
2025년 3월 8일에 출시 - 3.42 MBfirefox 109.0 이상에서 작동- Added search bar navigation
- Search by title or unit or both!
- Added fixed unit price container
- scroll down and the unit price bar will follow you so you do not have to scroll up to get back to it
- Adjustments in spacing + preparation for next release
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.4
2025년 1월 26일에 출시 - 1.72 MBfirefox 109.0 이상에서 작동- Adding a convenient "Add To Cart" Button.
- Adding a quantity counter that users can select a quantity of the lowest price and then use the Add To Cart button
- Tweaked CSS and grouped elements together in containers to create better appeal and consistency in display.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.3
2025년 1월 24일에 출시 - 1.43 MBfirefox 109.0 이상에서 작동- adding better match for search page (including '?')
- Added missing domains:
China (amazon.cn)
Egypt (amazon.eg)
Luxembourg (amazon.lu)
Austria (amazon.at)
Switzerland (amazon.ch)
Ireland (amazon.ie)
New Zealand (amazon.co.nz)
South Africa (amazon.co.za)All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.2
2025년 1월 11일에 출시 - 1.43 MBfirefox 109.0 이상에서 작동- Works for pages where single item listings (not just 4 across, as is most common).
- Removed permission "scripting" permission, added "storage" permission for Options page.
- Minor performance and fault tolerance improvement (Retrying when page has not loaded fully).
- Moved functionality into a service worker for improved functionality.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0.1
2024년 12월 19일에 출시 - 36.95 KBfirefox 109.0 이상에서 작동- Fixed Title bug that was breaking this extension
- Improved Currency parsing
- Updated Amazon Affiliate ID
- Does not rediect to American amazon domain anymoreAll Rights Reserved에 따라 릴리스된 소스 코드
버전 1.0
2024년 3월 23일에 출시 - 288.49 KBfirefox 109.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드