Print this page

Adds a print button to the browser.

Print this page là gì?

Print this page là một tiện ích mở rộng Chrome được phát triển bởi https://www.translation-services-usa.com, và tính năng chính của nó là "Adds a print button to the browser.".

Ả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 this page

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

                        Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers.

Developed for printing funny translations from: http://www.funnytranslator.com/                    

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

Tên Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
URL Chính Thức https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
Mô tả Adds a print button to the browser.
Kích Thước Tệp 4.08 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-08-26
Ngày Phát Hành 2017-08-25
Nhà Phát Triển https://www.translation-services-usa.com
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": "Print this page",
    "description": "Adds a print button to the browser.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}