Sticky Scribble

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

Sticky Scribble là gì?

Sticky Scribble là một tiện ích mở rộng Chrome được phát triển bởi Clay, và tính năng chính của nó là "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sticky Scribble

Tải xuống các tệp mở rộng Sticky Scribble dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
URL Chính Thức https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Mô tả Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Kích Thước Tệp 38.73 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2023-10-29
Nhà Phát Triển Clay
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.claycodes.org/home/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}