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
公式URL 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
Eメール [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'"
}