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”。
擴展截圖
下載Njuskalo Extended擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pafeplpiihjcpchfbjlobokekhcommcl |
| 官方網址 | 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"
}
} | |