Njuskalo Extended

Chrome extension to enhance njuskalo.hr with price history

Njuskalo Extended란 무엇입니까?

Njuskalo Extended은(는) darem966에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to enhance njuskalo.hr with price history"입니다.

확장 프로그램 스크린샷

screenshot

Njuskalo Extended 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}