Meerkat - Market Notes

Open source online marketplace assistant.

Qu'est-ce que Meerkat - Market Notes ?

Meerkat - Market Notes est une extension Chrome développée par milan.magyar, et sa fonction principale est "Open source online marketplace assistant.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Meerkat - Market Notes

Téléchargez les fichiers d'extension Meerkat - Market Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom Meerkat - Market Notes Meerkat - Market Notes
ID bindhbmgpmgkhmicfapbiemdbbkglecg
URL Officiel https://chromewebstore.google.com/detail/meerkat-market-notes/bindhbmgpmgkhmicfapbiemdbbkglecg
Description Open source online marketplace assistant.
Taille du Fichier 61.35 KB
Nombre d'Installations 35
Version Actuelle 0.0.14
Dernière Mise à Jour 2021-09-03
Date de Publication 2020-11-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur milan.magyar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://siloor.github.io/meerkat-extension/
Langues Prises en Charge 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'"
}