Sticky Scribble
Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Apa itu Sticky Scribble?
Sticky Scribble adalah ekstensi Chrome yang dikembangkan oleh Clay, dan fitur utamanya adalah "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sticky Scribble
Unduh file ekstensi Sticky Scribble dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Sticky Scribble |
ID | afdeadcjhgnnpaifcmpebddnmckfplmo |
URL Resmi | https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo |
Deskripsi | Install Sticky Scribble to make the scribble tool in Google Slides Sticky. |
Ukuran File | 38.73 KB |
Jumlah Instalasi | 116 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2023-11-02 |
Tanggal Publikasi | 2023-10-29 |
Pengembang | Clay |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.claycodes.org/home/privacy-policy |
Bahasa yang Didukung | 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 } |