Screenshot Capture (Allstyls)

Screenshot Capture

Screenshot Capture (Allstyls)คืออะไร?

Screenshot Capture (Allstyls) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย allstyls.powerbrand และคุณลักษณะหลักของมันคือ "Screenshot Capture"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenshot Capture (Allstyls)

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

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

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
คำอธิบาย Screenshot Capture
ขนาดไฟล์ 83.92 KB
จำนวนการติดตั้ง 413
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2018-06-01
วันที่เผยแพร่ 2018-06-01
ผู้พัฒนา allstyls.powerbrand
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.allstyls.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}