Print

Print your current page.

什麼是Print?

Print是由cros-mgmt-eng開發的Chrome擴展程式,該擴展的主要功能是“Print your current page.”。

擴展截圖

screenshot

下載Print擴展crx文件

下載Print擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a shortcut to print your page.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

擴展基本資訊

名稱 Print Print
ID ngjnkanfphagcaokhjecbgkboelgfcnf
官方網址 https://chromewebstore.google.com/detail/print/ngjnkanfphagcaokhjecbgkboelgfcnf
簡介 Print your current page.
檔案大小 5.69 KB
安裝次數 7,878
目前版本 1.0.1
更新時間 2015-08-25
上架時間 2015-08-25
評分 5.00/5 共 1 次評分
開發者 cros-mgmt-eng
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Print",
    "version": "1.0.1",
    "description": "Print your current page.",
    "icons": {
        "72": "icon_black.png"
    },
    "browser_action": {
        "default_title": "Print",
        "default_icon": "icon_black.png"
    },
    "background": {
        "page": "print.html",
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}