Full Page Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

Full Page Screenshotคืออะไร?

Full Page Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arielsandersemail และคุณลักษณะหลักของมันคือ "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard"

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

screenshot

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

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

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

                        Scrape It ScreenCapture
Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. 
Screenshot for Google Chrome captures entire websites and custom areas.                    

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

ชื่อ Full Page Screenshot Full Page Screenshot
ID piopmalckcaaoiikcafcncdjkkeogiej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej
คำอธิบาย Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-06-09
วันที่เผยแพร่ 2021-06-08
ผู้พัฒนา arielsandersemail
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scrapeit.cloud
URL หน้าช่วยเหลือ https://scrapeit.cloud/jv
URL หน้านโยบายความเป็นส่วนตัว https://streamstore.net/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Page Screenshot",
    "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard",
    "version": "1.2.0",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.conceptboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js"
        ],
        "persistent": false
    }
}