ScreenBud · Capture, edit & share screenshots

Capture, edit & share screenshots -- FOR FREE!

ما هو ScreenBud · Capture, edit & share screenshots؟

ScreenBud · Capture, edit & share screenshots هو إضافة Chrome تم تطويرها بواسطة https://screenbud.com، والميزة الرئيسية لها هي "Capture, edit & share screenshots -- FOR FREE!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ScreenBud · Capture, edit & share screenshots

قم بتنزيل ملفات الامتداد ScreenBud · Capture, edit & share screenshots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Capture full page screenshots & upload them in single click.

★  Features

‣  Single click to capture a screenshot — Just click the extension icon.
‣  Capture the entire full page — No need to stitch several screenshots together.
‣  Automatic upload — Easy sharing and reliable backup.
‣  Powerful editor — Communicate your thoughts clearly.
    •  Crop
    •  Arrows, Rectangles
    •  Highlighter, Pencil
    •  Text
‣  Access old screenshots with search — Never lose important data.
‣  Commenting functionality — Collaborate effectively.
    •  Leave a comment on specific area of the screenshot and let others reply

★  User guide https://screenbud.com/quick_start

★  Get your points across

Capture your screen or upload a picture. Explain your thoughts with arrows, text, highlighter and other tools. Then instantly share it with your team or customers.

★  Save time and get things done

Provide context with pictures to cut down on meetings, back-and-forth chats and wall-of-text emails.

★  Collaborate effectively

Comment on and receive or gather feedback on captures to facilitate collaboration. A must have for distributed or hybrid workplace.                    

معلومات أساسية عن التمديد

الاسم ScreenBud · Capture, edit & share screenshots ScreenBud · Capture, edit & share screenshots
ID gcjpddnhdopbpimmngmgfhhimnbenjhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/screenbud-%C2%B7-capture-edit/gcjpddnhdopbpimmngmgfhhimnbenjhl
الوصف Capture, edit & share screenshots -- FOR FREE!
حجم الملف 94.38 KB
عدد التثبيتات 35,084
النسخة الحالية 1.0.8
آخر تحديث 2021-11-09
تاريخ النشر 2021-05-01
تقييم 3.75/5 مجموع تقييمات 12
المطور https://screenbud.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://screenbud.com
عنوان صفحة المساعدة https://screenbud.com/quick_start
عنوان صفحة سياسة الخصوصية https://screenbud.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScreenBud \u00b7 Capture, edit & share screenshots",
    "version": "1.0.8",
    "description": "Capture, edit & share screenshots -- FOR FREE!",
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "browser_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png",
            "64": "assets\/icon-64.png",
            "96": "assets\/icon-96.png",
            "128": "assets\/icon-128.png"
        },
        "default_title": "ScreenBud \u00b7 Screenshot capture, editing, sharing"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/browser-polyfill.js",
                "assets\/set_screenbud_metadata-21edb2fe.js"
            ],
            "matches": [
                "https:\/\/screenbud.com\/*"
            ]
        }
    ],
    "commands": {
        "screenshot-visible-page": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Take a visible-page screenshot with ScreenBud"
        },
        "screenshot-full-page": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "Take a full-page screenshot with ScreenBud"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "https:\/\/screenbud.com\/*",
        "https:\/\/www.screenbud.com\/*",
        "https:\/\/api.screenbud.com\/*"
    ],
    "web_accessible_resources": [
        "index-f523c91b.js",
        "handler-feef3b87.js",
        "set_screenbud_metadata.js"
    ]
}