Print Extension

Prints Pages in Chrome

Print Extension là gì?

Print Extension là một tiện ích mở rộng Chrome được phát triển bởi http://blog.m1cr0sux0r.com, và tính năng chính của nó là "Prints Pages in Chrome".

Ả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 Extension

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

                        This Extension allows you to print the currently displayed Web Page. Although this may seem silly, I needed to have this ability in Chrome and so I created it! I just got sick of hitting CTRL+P! 

UPDATE: 02/03/2011 Version 6: fixed auto-prompt when opening new tab bug and added the ability to only print selected text. 

UPDATE: 08/24/2012 Version 7: Modified to support upcoming versions of Chrome.

UPDATE: 03/04/2016 added in app payment to allow users to show their appreciation.                    

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

Tên Print Extension Print Extension
ID bpkeigdcgenbnkhgepkihlgfabkhdong
URL Chính Thức https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong
Mô tả Prints Pages in Chrome
Kích Thước Tệp 20.76 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 7.1
Cập Nhật Lần Cuối 2016-03-04
Ngày Phát Hành 2016-03-04
Đánh Giá 2.86/5 Tổng số 98 Đánh Giá
Nhà Phát Triển http://blog.m1cr0sux0r.com
Loại Thanh Toán free
Trang Web Mở Rộng http://m1cr0sux0r.com/blog
URL Trang Trợ Giúp http://m1cr0sux0r.com/blog
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Print Extension",
    "version": "7.1",
    "manifest_version": 2,
    "description": "Prints Pages in Chrome",
    "icons": {
        "128": "printer128.png",
        "16": "printer16.png",
        "32": "printer32.png",
        "48": "printer48.png"
    },
    "browser_action": {
        "default_icon": "printer48.png",
        "default_title": "Print This Page"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/blog.m1cr0sux0r.com\/",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}