Print for Google Chrome
Print the current page you see with one single click. That for all kinds of photo printing, poster printing, business cards, etc.
Print for Google Chromeคืออะไร?
Print for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.stefanvd.net และคุณลักษณะหลักของมันคือ "Print the current page you see with one single click. That for all kinds of photo printing, poster printing, business cards, etc."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print for Google Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Print for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Place a print button inside your web browser. So you can easily print a page with one click. Print today a web page, photo or business card with your own favorite Print button. Print is a lightweight and useful add-in designed to print fast that website. You choose the style, you choose the Print button design. This browser extension is designed and touch screen, so you can get print fast the to your current website to your local or cloud print from one of your own Google Cloud Printers. A few great features in this browser extension: + Build for TOUCH screen and DESKTOP screens with mouse. + Option to get a custom design Print button + Option to get the regular Print button + Option to get the Google Material Design Print button + Option double click on the print icon, to save the file in HTML or PDF or to open the Options page Print button works for Windows, Mac and Linux. And also Google Chromebooks. Project Information: https://www.stefanvd.net/project/print/browser/ Required Permissions: "contextMenus": This to add the "Print current page" menu item in the web browser context menu. "activeTab": This is needed for the following features: to print (color, black and white), and execute the context menu action on the currently open tab. "storage": This to save the settings on your local computer, and to sync it to your web browser account. <<< Option feature >>> To protect your eyes at night and to get focus on the video player such as YouTube™. It's recommended to use and install the Turn Off the Lights https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Print for Google Chrome |
ID | idfnpgjblkahngbondojabhffkkdekbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/print-for-google-chrome/idfnpgjblkahngbondojabhffkkdekbd |
คำอธิบาย | Print the current page you see with one single click. That for all kinds of photo printing, poster printing, business cards, etc. |
ขนาดไฟล์ | 291 KB |
จำนวนการติดตั้ง | 206,695 |
เวอร์ชันปัจจุบัน | 2.3.2.0 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2019-12-24 |
คะแนน | 3.68/5 รวมทั้งหมด 620 คะแนน |
ผู้พัฒนา | https://www.stefanvd.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.stefanvd.net/project/print/browser-extension/ |
URL หน้าช่วยเหลือ | https://www.stefanvd.net/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.stefanvd.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_namechrome__", "short_name": "Print", "version": "2.3.2.0", "description": "__MSG_description__", "author": "Stefan vd", "homepage_url": "https:\/\/www.stefanvd.net\/support\/", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "default_title": "__MSG_name__", "default_icon": { "19": "icons\/default.png", "38": "icons\/[email protected]" } }, "background": { "service_worker": "js\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'none'; style-src 'self'; media-src https:\/\/www.stefanvd.net; child-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'" }, "content_scripts": [ { "matches": [ "*:\/\/*.stefanvd.net\/*" ], "js": [ "js\/constants.js", "js\/content.js" ], "run_at": "document_end" } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "MacCtrl+Shift+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "offline_enabled": true, "minimum_chrome_version": "103", "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ] } |