Itsosticky screen capture

Itsosticky screen capture

ما هو Itsosticky screen capture؟

Itsosticky screen capture هو إضافة Chrome تم تطويرها بواسطة itsosticky، والميزة الرئيسية لها هي "Itsosticky screen capture".

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

تحميل ملف CRX للإضافة Itsosticky screen capture

قم بتنزيل ملفات الامتداد Itsosticky screen capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A simple chrome extension for easy screen captures.

Toggle the extension with ctrl-shift-s (or command-shift-s on macOS). Drag to select a region to capture.

In the interest of user confidence, the source code for this extension is available at: https://github.com/itsosticky/itso_capture                    

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

الاسم Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
عنوان URL الرسمي https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
الوصف Itsosticky screen capture
حجم الملف 24.06 KB
عدد التثبيتات 95
النسخة الحالية 0.1
آخر تحديث 2016-10-26
تاريخ النشر 2016-10-26
تقييم 3.67/5 مجموع تقييمات 3
المطور itsosticky
نوع الدفع free
موقع الإضافة https://itsosticky.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Itsosticky screen capture",
    "short_name": "Itsosticky",
    "version": "0.1",
    "description": "Itsosticky screen capture",
    "author": "Itsosticky",
    "browser_action": {
        "default_icon": "icons\/itso_icon_16_off.png",
        "default_title": "Itsosticky screen capture"
    },
    "background": {
        "scripts": [
            "script\/itso_background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "media\/icon_close.svg",
        "media\/icon_select.svg",
        "media\/logo_itsosticky.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}