Njuskalo Extended
Chrome extension to enhance njuskalo.hr with price history
Njuskalo Extendedคืออะไร?
Njuskalo Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darem966 และคุณลักษณะหลักของมันคือ "Chrome extension to enhance njuskalo.hr with price history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Njuskalo Extended
ดาวน์โหลดไฟล์ส่วนขยาย Njuskalo Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension for njuskalo.hr that allows you to view the price history of individual ads. How does it work: - When a user visits a category on njuskalo.hr that contains a valid ad, the extension will track the price on the current date for that particular ad by saving it locally on the user's machine. - If the price has changed, the user could see the price history by clicking on the price button (shown as "€") in the ad slot. - After clicking the button, a window appears showing the price change for a particular ad (see screenshots of the extension). What this extension does NOT do: - Interact with external services - Keep track of user data, all data stored is used for the functionality of the extension and is completely local to the user's machine. Note: Njuskalo Extended is developed independently, and is not officially endorsed by or affiliated with njuskalo.hr. It is a free extension that enhances the experience on njuskalo.hr adding useful and improving existing features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Njuskalo Extended |
ID | pafeplpiihjcpchfbjlobokekhcommcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/njuskalo-extended/pafeplpiihjcpchfbjlobokekhcommcl |
คำอธิบาย | Chrome extension to enhance njuskalo.hr with price history |
ขนาดไฟล์ | 33.04 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-05-16 |
วันที่เผยแพร่ | 2021-05-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | darem966 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | hr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Njuskalo Extended", "description": "Chrome extension to enhance njuskalo.hr with price history", "version": "0.0.1", "manifest_version": 3, "content_scripts": [ { "js": [ "extension.js" ], "matches": [ "https:\/\/www.njuskalo.hr\/*" ] } ], "permissions": [ "storage", "unlimitedStorage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |