cleanly print
cleanly print the web page as pdf
什麼是cleanly print?
cleanly print是由suziwen1開發的Chrome擴展程式,該擴展的主要功能是“cleanly print the web page as pdf”。
擴展截圖
下載cleanly print擴展crx文件
下載cleanly print擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
### cleanly print
Select what you want print the part area of the page, and remove annoying elements, then print a clean PDF.
Features
* simple and easy, just select what you want, and delete what you do not wish to, then print.
Steps
* Right-click the mouse, trigger the context menu, and Select the `cleanly print` menu.
* Move the cursor to select which area will be printed, and then press the `keep` button
* Move the cursor to select which area will be removed, and then press the `exclude` button
* Press the `Print` button, and Done.
Shortcuts
a: Keep the selected area, remove other elements
s: Remove the selected area
d: Cancel the selected area, reselect a new area
f: Cancel all removed elements
g: Print to PDF
q: Expand the selected area
w: Narrow the selected area
ESC: Exit `cleanly print` mode 擴展基本資訊
| 名稱 | |
| ID | afloocnncgjhdlacbejppjepboilajdg |
| 官方網址 | https://chromewebstore.google.com/detail/cleanly-print/afloocnncgjhdlacbejppjepboilajdg |
| 簡介 | cleanly print the web page as pdf |
| 檔案大小 | 71.07 KB |
| 安裝次數 | 56 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2023-06-20 |
| 上架時間 | 2023-06-01 |
| 開發者 | suziwen1 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/clean.png"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"clean_content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "cleanly print the web page as pdf",
"icons": {
"16": "icons\/clean-16.png",
"32": "icons\/clean-32.png",
"48": "icons\/clean-48.png",
"128": "icons\/clean-128.png"
},
"incognito": "spanning",
"manifest_version": 3,
"name": "cleanly print",
"permissions": [
"activeTab",
"contextMenus",
"scripting"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2"
} | |