Print Screen Button
You can quickly print any page with a simple click!
Print Screen Buttonคืออะไร?
Print Screen Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alidacalliope และคุณลักษณะหลักของมันคือ "You can quickly print any page with a simple click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print Screen Button
ดาวน์โหลดไฟล์ส่วนขยาย Print Screen Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar.
features:
a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button).
b. There are no settings or choices to change. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iejilhjpldhcgiecimenaeagfboaemkg |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
| คำอธิบาย | You can quickly print any page with a simple click! |
| ขนาดไฟล์ | 55.31 KB |
| จำนวนการติดตั้ง | 39 |
| เวอร์ชันปัจจุบัน | 0.1 |
| อัปเดตครั้งล่าสุด | 2022-06-26 |
| วันที่เผยแพร่ | 2022-06-26 |
| คะแนน | 4.80/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | alidacalliope |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://worldaddons.com/print-screen-button/ |
| URL หน้าช่วยเหลือ | https://worldaddons.com/contact/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://worldaddons.com/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1",
"manifest_version": 3,
"name": "Print Screen Button",
"offline_enabled": true,
"short_name": "print-screen-button",
"homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/",
"description": "You can quickly print any page with a simple click!",
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Print Screen Button",
"default_icon": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png"
}
},
"icons": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png",
"128": "source\/icons\/128.png"
}
} | |