Full Page Screen Capture

Screen capture your current page in entirety and reliably!

Full Page Screen Captureคืออะไร?

Full Page Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manankhh และคุณลักษณะหลักของมันคือ "Screen capture your current page in entirety and reliably!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Page Screen Capture

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

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

                                            

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

ชื่อ Full Page Screen Capture Full Page Screen Capture
ID ololnlcldkdbiigpfgmmabnnegipjepg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/full-page-screen-capture/ololnlcldkdbiigpfgmmabnnegipjepg
คำอธิบาย Screen capture your current page in entirety and reliably!
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 0.0.15
อัปเดตครั้งล่าสุด 2015-05-01
วันที่เผยแพร่ 2015-05-01
คะแนน 1.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา manankhh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screen Capture",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "Screen capture your current page in entirety and reliably!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}