YouTube Markup

You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…

YouTube Markup là gì?

YouTube Markup là một tiện ích mở rộng Chrome được phát triển bởi Umut Korkmaz, và tính năng chính của nó là "You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…".

Ả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 YouTube Markup

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

                        You can use this tool to mark the parts of videos you watch on YouTube that are important to you.

For example, in an educational video, you can mark the minute where something you are interested in is located, so that you can quickly find what you are looking for when you look at the same educational video again.                    

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

Tên YouTube Markup YouTube Markup
ID emhjhcepnjieabmcmioendnlpbbhlnbn
URL Chính Thức https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn
Mô tả You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…
Kích Thước Tệp 26.09 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2022-09-06
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Umut Korkmaz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/umutkorkmaaz/youtube-marker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Markup",
    "version": "1.1.1",
    "icons": {
        "16": ".\/assets\/icon\/youtube-markup-16x16.png",
        "48": ".\/assets\/icon\/youtube-markup-48x48.png",
        "128": ".\/assets\/icon\/youtube-markup-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": ".\/assets\/js\/background.min.js"
    },
    "action": {
        "default_title": "YouTube Markup",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/assets\/js\/content.min.js"
            ],
            "css": [
                ".\/assets\/css\/all.min.css"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}