Meerkat - Market Notes

Open source online marketplace assistant.

Meerkat - Market Notes क्या है?

Meerkat - Market Notes milan.magyar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open source online marketplace assistant."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meerkat - Market Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - 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
ईमेल [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'"
}