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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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'"
}