Docs Extended Scrolling
Adds additional scroll height below last page of Google Docs
Docs Extended Scrolling là gì?
Docs Extended Scrolling là một tiện ích mở rộng Chrome được phát triển bởi Sacred Summit Studio, và tính năng chính của nó là "Adds additional scroll height below last page of Google Docs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Docs Extended Scrolling
Tải xuống các tệp mở rộng Docs Extended Scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Docs Extended Scrolling |
ID | angefdpnmgbcbkagjfponcmhngcddceh |
URL Chính Thức | https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh |
Mô tả | Adds additional scroll height below last page of Google Docs |
Kích Thước Tệp | 16.16 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-01-08 |
Ngày Phát Hành | 2020-06-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Sacred Summit Studio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/JoshuaBragg/Docs-Extended-Scrolling |
Ngôn Ngữ Được Hỗ Trợ | 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 } |