Print Extension
Prints Pages in Chrome
Print Extensionとは何ですか?
Print Extensionはhttp://blog.m1cr0sux0r.comによって開発されたChromeの拡張機能で、その主な機能は「Prints Pages in Chrome」です。
拡張機能のスクリーンショット
Print Extension拡張機能のCRXファイルをダウンロード
Print Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bpkeigdcgenbnkhgepkihlgfabkhdong |
公式URL | https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong |
説明 | Prints Pages in Chrome |
ファイルサイズ | 20.76 KB |
インストール数 | 20,000 |
現在のバージョン | 7.1 |
最終更新日 | 2016-03-04 |
公開日 | 2016-03-04 |
評価 | 2.86/5 合計 98 レビュー |
開発者 | http://blog.m1cr0sux0r.com |
支払い方法 | free |
拡張機能のウェブサイト | http://m1cr0sux0r.com/blog |
ヘルプページのURL | http://m1cr0sux0r.com/blog |
対応言語 | 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" } |