Docs Extended Scrolling
Adds additional scroll height below last page of Google Docs
Docs Extended Scrollingคืออะไร?
Docs Extended Scrolling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sacred Summit Studio และคุณลักษณะหลักของมันคือ "Adds additional scroll height below last page of Google Docs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Docs Extended Scrolling
ดาวน์โหลดไฟล์ส่วนขยาย Docs Extended Scrolling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A chrome extension that adds additional space below the last page in Google Docs which allows users to more easily edit content at the very end of the document. This emulates behaviour which is common in IDEs such as Sublime Text and VSCode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Docs Extended Scrolling |
ID | angefdpnmgbcbkagjfponcmhngcddceh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh |
คำอธิบาย | Adds additional scroll height below last page of Google Docs |
ขนาดไฟล์ | 16.16 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-01-08 |
วันที่เผยแพร่ | 2020-06-14 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Sacred Summit Studio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JoshuaBragg/Docs-Extended-Scrolling |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Docs Extended Scrolling", "version": "1.2", "description": "Adds additional scroll height below last page of Google Docs", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/docs.google.com\/" ], "icons": { "16": "assets\/des.logo.16.png", "48": "assets\/des.logo.48.png", "128": "assets\/des.logo.128.png" }, "manifest_version": 2 } |