Meerkat - Market Notes

Open source online marketplace assistant.

ما هو Meerkat - Market Notes؟

Meerkat - Market Notes هو إضافة Chrome تم تطويرها بواسطة milan.magyar، والميزة الرئيسية لها هي "Open source online marketplace assistant.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Meerkat - Market Notes

قم بتنزيل ملفات الامتداد Meerkat - Market Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}