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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}