PrintMe Mobile

Print from Chrome

什麼是PrintMe Mobile?

PrintMe Mobile是由EFI開發的Chrome擴展程式,該擴展的主要功能是“Print from Chrome”。

擴展截圖

screenshot

下載PrintMe Mobile擴展crx文件

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

擴展使用說明

                        {Note: Installation of PrintMe Mobile server software is required.}

This extension installs a button on your toolbar to allow you easy printing of Google Drive files.

If you have a PrintMe Mobile server, add this extension on every Chromebook or computers with a Chrome browser. 

1.	Click to print any Google document, image, or text file. Also print Microsoft Office documents and web pages. Acceptable files to print are highlighted.
2.	Select the printer. Choose number of copies or two-sided printing, if desired.
3.	The status of print job is displayed on the toolbar icon as green (ready to print), yellow (low toner, or other warnings), or red (out of paper, or other warnings).

Google Cloud Print configuration is not required. It’s that simple!                    

擴展基本資訊

名稱 PrintMe Mobile PrintMe Mobile
ID ggninmkjdnfgbfneohknfniiliepafbh
官方網址 https://chrome.google.com/webstore/detail/printme-mobile/ggninmkjdnfgbfneohknfniiliepafbh
簡介 Print from Chrome
檔案大小 355 KB
安裝次數 1,000
目前版本 1.0.2
更新時間 2015-12-12
上架時間 2015-12-12
評分 3.08/5 共 12 次評分
開發者 EFI
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrintMe Mobile",
    "version": "1.0.2",
    "description": "Print from Chrome",
    "options_page": "options.html",
    "icons": {
        "128": "images\/logo.gif"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/parseuri.js",
            "js\/ipp.js",
            "js\/jsbn.js",
            "js\/prng4.js",
            "js\/rng.js",
            "js\/rsa.js",
            "js\/aes.js",
            "js\/lib-typedarrays.js",
            "js\/crypt.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/logo.gif",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ]
}