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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    }
}