Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

Screen Capture, Screenshot Full Page PROคืออะไร?

Screen Capture, Screenshot Full Page PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClearApps และคุณลักษณะหลักของมันคือ "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture."

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

screenshot
screenshot
screenshot

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

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

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

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

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

ชื่อ Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
คำอธิบาย Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
ขนาดไฟล์ 35.97 KB
จำนวนการติดตั้ง 8,595
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2016-11-04
วันที่เผยแพร่ 2016-11-04
คะแนน 2.82/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา ClearApps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}