Markers

Add mark as seen buttons to your favorite websites.

Markers là gì?

Markers là một tiện ích mở rộng Chrome được phát triển bởi https://markers.app, và tính năng chính của nó là "Add mark as seen buttons to your favorite websites.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Markers 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

                        ⚠️ This extension includes paid plans. 

Once you install the Markers extension for Google Chrome on your desktop, a new mark as seen button will be added to the items listed below:
✓ Videos on Youtube (www.youtube.com)
✓ Videos on TED (www.ted.com)
✓ Tweets on Twitter (www.twitter.com)
✓ Products on Product Hunt (www.producthunt.com)

Every time you mark an item as seen, we'll change its visual appearance so that you can easily spot items you've already seen when you visit the sites the next round.

Your marked links are automatically synced and backed up on cloud. You have full control over your data.

Useful Links:
✓ See our pricing and subscribe at https://www.markers.app/
✓ Review our privacy policy at https://www.markers.app/privacy
@ Contact us with any questions at [email protected]                    

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

Tên Markers Markers
ID jhajgeogdlclhbngdccoejhjkaeekhpp
URL Chính Thức https://chromewebstore.google.com/detail/markers/jhajgeogdlclhbngdccoejhjkaeekhpp
Mô tả Add mark as seen buttons to your favorite websites.
Kích Thước Tệp 32.93 KB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2020-04-26
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://markers.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.markers.app/
URL Trang Chính Sách Bảo Mật https://www.markers.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markers",
    "version": "2.0.0",
    "description": "Add mark as seen buttons to your favorite websites.",
    "permissions": [
        "declarativeContent",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "markers.js"
            ],
            "css": [
                "markers.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/markers16.png",
            "32": "images\/markers32.png",
            "48": "images\/markers48.png",
            "128": "images\/markers128.png"
        }
    },
    "icons": {
        "16": "images\/markers16.png",
        "32": "images\/markers32.png",
        "48": "images\/markers48.png",
        "128": "images\/markers128.png"
    },
    "manifest_version": 3
}