Sticky Scribble
Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Wat is Sticky Scribble?
Sticky Scribble is een Chrome-extensie ontwikkeld door Clay, en de belangrijkste functie is "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sticky Scribble
Download Sticky Scribble-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Sticky Scribble |
ID | afdeadcjhgnnpaifcmpebddnmckfplmo |
Officiële URL | https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo |
Beschrijving | Install Sticky Scribble to make the scribble tool in Google Slides Sticky. |
Bestandsgrootte | 38.73 KB |
Aantal Installaties | 116 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-11-02 |
Publicatiedatum | 2023-10-29 |
Ontwikkelaar | Clay |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.claycodes.org/home/privacy-policy |
Ondersteunde Talen | 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 } |