Print your current page.
Printとは何ですか?
Printはcros-mgmt-engによって開発されたChromeの拡張機能で、その主な機能は「Print your current page.」です。
拡張機能のスクリーンショット
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/.
拡張機能の基本情報
名前 | |
ID | ngjnkanfphagcaokhjecbgkboelgfcnf |
公式URL | 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 |
Eメール | [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" ] } |