PrintMe Mobile
Print from Chrome
PrintMe Mobileとは何ですか?
PrintMe MobileはEFIによって開発されたChromeの拡張機能で、その主な機能は「Print from Chrome」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
ID | ggninmkjdnfgbfneohknfniiliepafbh |
公式URL | 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" ] } |