Just One File
Save current visible elements in an html file. What you see is what you save.
Just One Fileคืออะไร?
Just One File เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuedong.li และคุณลักษณะหลักของมันคือ "Save current visible elements in an html file. What you see is what you save."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just One File
ดาวน์โหลดไฟล์ส่วนขยาย Just One File ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Just One File |
ID | opofajlgipfljhhlfhcpmhhjckjaacia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia |
คำอธิบาย | Save current visible elements in an html file. What you see is what you save. |
ขนาดไฟล์ | 15.7 KB |
จำนวนการติดตั้ง | 804 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-07-08 |
วันที่เผยแพร่ | 2016-12-14 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | yuedong.li |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.codeboy.me |
URL หน้านโยบายความเป็นส่วนตัว | https://www.codeboy.me |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "JOF", "version": "1.2.0", "manifest_version": 3, "description": "__MSG_detail__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "zh_CN", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "__MSG_title__" } } |