Simple Print
Convert web articles into printable PDFs
Simple Printとは何ですか?
Simple Printはhttps://fivefilters.orgによって開発されたChromeの拡張機能で、その主な機能は「Convert web articles into printable PDFs」です。
拡張機能のスクリーンショット
Simple Print拡張機能のCRXファイルをダウンロード
Simple Print拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | nalmbmopkipfhijmcncelapgbkgoligf |
| 公式URL | https://chromewebstore.google.com/detail/simple-print/nalmbmopkipfhijmcncelapgbkgoligf |
| 説明 | Convert web articles into printable PDFs |
| ファイルサイズ | 9.18 KB |
| インストール数 | 2,603 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2018-09-04 |
| 公開日 | 2018-09-04 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | https://fivefilters.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pdf.fivefilters.org/simple-print/ |
| ヘルプページのURL | http://help.fivefilters.org |
| プライバシーポリシーページのURL | https://help.fivefilters.org/push-to-kindle/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Print",
"version": "1.2",
"manifest_version": 2,
"description": "Convert web articles into printable PDFs",
"homepage_url": "https:\/\/pdf.fivefilters.org\/simple-print\/",
"browser_action": {
"default_title": "Simple Print",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+P"
}
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |