Prnt.sc buttons

Add buttons to Prnt.sc to navigate between images

Prnt.sc buttons là gì?

Prnt.sc buttons là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Add buttons to Prnt.sc to navigate between images".

Ả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 Prnt.sc buttons

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

                        Adds buttons for navigating between images on the site "https://prnt.sc/". It adds the random button for going to a random image, the next button to go to the next image in alphabetical order and the previous button to navigate to the previous button in alphabetic order.                    

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

Tên Prnt.sc buttons Prnt.sc buttons
ID cipidpjkchhadnjphbpambpbdkmlnefm
URL Chính Thức https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm
Mô tả Add buttons to Prnt.sc to navigate between images
Kích Thước Tệp 4.06 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-08
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prnt.sc buttons",
    "description": "Add buttons to Prnt.sc to navigate between images",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/prnt.sc\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Append Test Text"
    },
    "manifest_version": 2
}