Sticky Scribble

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

Sticky Scribbleคืออะไร?

Sticky Scribble เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clay และคุณลักษณะหลักของมันคือ "Install Sticky Scribble to make the scribble tool in Google Slides Sticky."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sticky Scribble

ดาวน์โหลดไฟล์ส่วนขยาย Sticky Scribble ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}