FullscreenEverything
Fullscreen everything in your browser's web page
FullscreenEverythingคืออะไร?
FullscreenEverything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xieby123 และคุณลักษณะหลักของมันคือ "Fullscreen everything in your browser's web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FullscreenEverything
ดาวน์โหลดไฟล์ส่วนขยาย FullscreenEverything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything! Usage: * click FullscreenEverything to enter the selecting mode * in selecting mode, the element will be highlighted when the cursor hovers on it * in selecting mode, by clicking the highlighted element to fullscreen it * in selecting mode, press the Esc key to exit without fullscreen anything
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
คำอธิบาย | Fullscreen everything in your browser's web page |
ขนาดไฟล์ | 21.15 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-07-15 |
วันที่เผยแพร่ | 2022-07-14 |
ผู้พัฒนา | xieby123 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/FullscreenEverything/FullscreenEverything |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FullscreenEverything", "version": "0.1.0", "description": "Fullscreen everything in your browser's web page", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Click to activate" }, "background": { "service_worker": "main.js" }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |