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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sticky Scribble 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
}