Sticky Scribble

Install Sticky Scribble to make the scribble tool in Google Slides Sticky.

Co to jest Sticky Scribble?

Sticky Scribble to rozszerzenie Chrome opracowane przez Clay, a jego główną funkcją jest „Install Sticky Scribble to make the scribble tool in Google Slides Sticky.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Sticky Scribble

Pobierz pliki rozszerzeń Sticky Scribble w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
Oficjalny URL https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Opis Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Rozmiar pliku 38.73 KB
Liczba instalacji 116
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-11-02
Data Publikacji 2023-10-29
Deweloper Clay
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.claycodes.org/home/privacy-policy
Obsługiwane Języki 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
}