Medium Plugin

Helpful Medium plugin for viewers

Medium Plugin là gì?

Medium Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://sangnguyen.dev, và tính năng chính của nó là "Helpful Medium plugin for viewers".

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

screenshot
screenshot
screenshot

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

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

                        Medium Plugin for Medium viewers.

- This extension adds a new button to  generate a table of contents for articles you're reading.
- Add link button for every paragraph in aricle.
- Add button copy for code block.                    

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

Tên Medium Plugin Medium Plugin
ID oipiaoijoipncobppeichegfnnbcbeoa
URL Chính Thức https://chromewebstore.google.com/detail/medium-plugin/oipiaoijoipncobppeichegfnnbcbeoa
Mô tả Helpful Medium plugin for viewers
Kích Thước Tệp 10.82 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-11-20
Ngày Phát Hành 2022-05-03
Nhà Phát Triển https://sangnguyen.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sangnguyen.dev/medium-plugin/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Plugin",
    "version": "1.2.1",
    "description": "Helpful Medium plugin for viewers",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval'",
        "object-src": "'self'"
    }
}