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 |
官方網址 | 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 |
電子郵箱 | [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 } |