Njuskalo Extended
Chrome extension to enhance njuskalo.hr with price history
Njuskalo Extended là gì?
Njuskalo Extended là một tiện ích mở rộng Chrome được phát triển bởi darem966, và tính năng chính của nó là "Chrome extension to enhance njuskalo.hr with price history".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Njuskalo Extended
Tải xuống các tệp mở rộng Njuskalo Extended dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Njuskalo Extended |
ID | pafeplpiihjcpchfbjlobokekhcommcl |
URL Chính Thức | https://chromewebstore.google.com/detail/njuskalo-extended/pafeplpiihjcpchfbjlobokekhcommcl |
Mô tả | Chrome extension to enhance njuskalo.hr with price history |
Kích Thước Tệp | 33.04 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-05-16 |
Ngày Phát Hành | 2021-05-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | darem966 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |