Meerkat - Market Notes

Open source online marketplace assistant.

Meerkat - Market Notes là gì?

Meerkat - Market Notes là một tiện ích mở rộng Chrome được phát triển bởi milan.magyar, và tính năng chính của nó là "Open source online marketplace assistant.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meerkat - Market Notes

Tải xuống các tệp mở rộng Meerkat - Market Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meerkat - Market Notes Meerkat - Market Notes
ID bindhbmgpmgkhmicfapbiemdbbkglecg
URL Chính Thức https://chromewebstore.google.com/detail/meerkat-market-notes/bindhbmgpmgkhmicfapbiemdbbkglecg
Mô tả Open source online marketplace assistant.
Kích Thước Tệp 61.35 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2021-09-03
Ngày Phát Hành 2020-11-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển milan.magyar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://siloor.github.io/meerkat-extension/
Ngôn Ngữ Được Hỗ Trợ 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'"
}