Print Screen Button

You can quickly print any page with a simple click!

Print Screen Button là gì?

Print Screen Button là một tiện ích mở rộng Chrome được phát triển bởi alidacalliope, và tính năng chính của nó là "You can quickly print any page with a simple click!".

Ả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 Print Screen Button

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

                        With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar.

features:

a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button).

b. There are no settings or choices to change.                    

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

Tên Print Screen Button Print Screen Button
ID iejilhjpldhcgiecimenaeagfboaemkg
URL Chính Thức https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg
Mô tả You can quickly print any page with a simple click!
Kích Thước Tệp 55.31 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-06-26
Ngày Phát Hành 2022-06-26
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển alidacalliope
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://worldaddons.com/print-screen-button/
URL Trang Trợ Giúp https://worldaddons.com/contact/
URL Trang Chính Sách Bảo Mật https://worldaddons.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "name": "Print Screen Button",
    "offline_enabled": true,
    "short_name": "print-screen-button",
    "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/",
    "description": "You can quickly print any page with a simple click!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Screen Button",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}