Capture Full Page

Screen capture your current page in entirety and reliably!

Capture Full Pageคืออะไร?

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

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

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

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

                                            

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

ชื่อ Capture Full Page Capture Full Page
ID mgdflkfjmmjefejinkeialjfofpjmibk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk
คำอธิบาย Screen capture your current page in entirety and reliably!
ขนาดไฟล์ 28.59 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-10-03
วันที่เผยแพร่ 2016-10-03
ผู้พัฒนา https://www.firstcontact.co
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.manhattangroup.co/privacy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capture Full Page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Screen capture your current page in entirety and reliably!",
    "browser_action": {
        "default_icon": "icon-999.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16-999.png",
        "48": "icon48-999.png",
        "128": "icon128-999.png"
    }
}