Meerkat - Market Notes

Open source online marketplace assistant.

Cos'è Meerkat - Market Notes?

Meerkat - Market Notes è un'estensione di Chrome sviluppata da milan.magyar, e la sua funzione principale è "Open source online marketplace assistant.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Meerkat - Market Notes

Scarica i file di estensione Meerkat - Market Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Meerkat - Market Notes Meerkat - Market Notes
ID bindhbmgpmgkhmicfapbiemdbbkglecg
URL Ufficiale https://chromewebstore.google.com/detail/meerkat-market-notes/bindhbmgpmgkhmicfapbiemdbbkglecg
Descrizione Open source online marketplace assistant.
Dimensione del File 61.35 KB
Conteggio Installazioni 35
Versione Corrente 0.0.14
Ultimo Aggiornamento 2021-09-03
Data di Pubblicazione 2020-11-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore milan.magyar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://siloor.github.io/meerkat-extension/
Lingue Supportate 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'"
}