Sticky Scribble
Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Sticky Scribbleとは何ですか?
Sticky ScribbleはClayによって開発されたChromeの拡張機能で、その主な機能は「Install Sticky Scribble to make the scribble tool in Google Slides Sticky.」です。
拡張機能のスクリーンショット
Sticky Scribble拡張機能のCRXファイルをダウンロード
Sticky Scribble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sticky Scribble when installed makes the scribble tool in Google Slides sticky. The extension is automatically on. When selecting the scribble tool it will not turn off until another tool is selected. Github: https://github.com/GoogleChromeLabs/stickyscribble
拡張機能の基本情報
名前 | Sticky Scribble |
ID | afdeadcjhgnnpaifcmpebddnmckfplmo |
公式URL | https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo |
説明 | Install Sticky Scribble to make the scribble tool in Google Slides Sticky. |
ファイルサイズ | 38.73 KB |
インストール数 | 116 |
現在のバージョン | 0.0.3 |
最終更新日 | 2023-11-02 |
公開日 | 2023-10-29 |
開発者 | Clay |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.claycodes.org/home/privacy-policy |
対応言語 | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.3", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/docs.google.com\/presentation*" ], "js": [ "contentscript.js" ] } ], "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "offline_enabled": true } |