Docs Extended Scrolling
Adds additional scroll height below last page of Google Docs
Docs Extended Scrollingとは何ですか?
Docs Extended ScrollingはSacred Summit Studioによって開発されたChromeの拡張機能で、その主な機能は「Adds additional scroll height below last page of Google Docs」です。
拡張機能のスクリーンショット
Docs Extended Scrolling拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |