PrintAny
One click print current TAB, selected content on a website and also Google emails.
PrintAnyとは何ですか?
PrintAnyはMurali Krishna Chandaによって開発されたChromeの拡張機能で、その主な機能は「One click print current TAB, selected content on a website and also Google emails.」です。
拡張機能のスクリーンショット
PrintAny拡張機能のCRXファイルをダウンロード
PrintAny拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Print button inside you Chrome browser to easy print a page with one click. 拡張機能の基本情報
| 名前 | |
| ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
| 公式URL | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
| 説明 | One click print current TAB, selected content on a website and also Google emails. |
| ファイルサイズ | 12.35 KB |
| インストール数 | 1,782 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-04-03 |
| 公開日 | 2019-04-03 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Murali Krishna Chanda |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PrintAny",
"version": "1.0",
"manifest_version": 2,
"description": "One click print current TAB, selected content on a website and also Google emails.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "printer.png"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "printer.png",
"32": "printer.png",
"48": "printer.png",
"128": "printer.png"
},
"offline_enabled": true
} | |