Fast Screenshot

Take a screenshot

Fast Screenshotคืออะไร?

Fast Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denys Skychko และคุณลักษณะหลักของมันคือ "Take a screenshot"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Screenshot

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

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

                        Quick screenshot of website viewport                    

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

ชื่อ Fast Screenshot Fast Screenshot
ID hgpjdhlbmdipmklooeilcjnjikagmkej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-screenshot/hgpjdhlbmdipmklooeilcjnjikagmkej
คำอธิบาย Take a screenshot
ขนาดไฟล์ 15.67 KB
จำนวนการติดตั้ง 8,187
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2020-03-07
คะแนน 3.91/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Denys Skychko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skychko.com/
URL หน้านโยบายความเป็นส่วนตัว https://stopreclame.com/privacy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Screenshot",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_popup_title__"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ]
}