Meerkat - Market Notes

Open source online marketplace assistant.

什麼是Meerkat - Market Notes?

Meerkat - Market Notes是由milan.magyar開發的Chrome擴展程式,該擴展的主要功能是“Open source online marketplace assistant.”。

擴展截圖

screenshot

下載Meerkat - Market Notes擴展crx文件

下載Meerkat - Market Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - Take notes for marketplace items
- Mark certain items with different colors
- Follow the property changes of items*

You can find the list of supported online marketplaces on the extension's website.

* the extension stores only those properties of items in your browser, which you actually saw                    

擴展基本資訊

名稱 Meerkat - Market Notes Meerkat - Market Notes
ID bindhbmgpmgkhmicfapbiemdbbkglecg
官方網址 https://chromewebstore.google.com/detail/meerkat-market-notes/bindhbmgpmgkhmicfapbiemdbbkglecg
簡介 Open source online marketplace assistant.
檔案大小 61.35 KB
安裝次數 35
目前版本 0.0.14
更新時間 2021-09-03
上架時間 2020-11-17
評分 5.00/5 共 2 次評分
開發者 milan.magyar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://siloor.github.io/meerkat-extension/
支援的語言 en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/siloor.github.io\/meerkat-extension\/",
    "default_locale": "en",
    "version": "0.0.14",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon.16x16.png",
        "48": "icons\/icon.48x48.png",
        "128": "icons\/icon.128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.32x32.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}