Picflip: Easy Web Page Screenshots

Fast and powerful screenshot tool. Capture whole pages or areas, edit screenshots, and share them via link.

Picflip: Easy Web Page Screenshotsคืออะไร?

Picflip: Easy Web Page Screenshots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://picflip.io และคุณลักษณะหลักของมันคือ "Fast and powerful screenshot tool. Capture whole pages or areas, edit screenshots, and share them via link."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picflip: Easy Web Page Screenshots

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

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

                        Enjoy how effortless it is to take a screenshot of an entire webpage with PicFlip. This Chrome extension allows you to capture, edit, print, copy, send to OneNote, and save screenshots in PDF, JPEG, GIF, and PNG formats.

PicFlip can take a capture a full page or of a selected area. Then you can edit or annotate the screenshot.

You can save the captured image in a PDF format with links or as a JPEG or PNG file. Also, you can print screenshots or simply copy them to the clipboard. The images *Name* creates are instant. They rest on your device not producing any traffic. This extension can even work offline.

With PicFlip you can:
- Take a screenshot of a complete web page
- Screenshot only the visible area
- Select a custom area and capture it
- Copy, print, and save screenshots

Activate an upgrade from the settings to get the opportunity to:
- Save screenshots as PDF documents with links
- Screenshot certain elements
- Capture all active tabs and save the screenshot as a single PDF file
- Edit screenshots: crop, change the size, add arrows and text, add blur, apply various effects.
- Send the screenshot to OneNote (Only in Pro version)
- Print and save screenshots in different formats: PDF, PNG, GIF, JPEG, and BMP
- Upload screenshots to Facebook, Twitter, Flickr, Google Picasa, EasyCaptures, ImageShack
- Send screenshots directly to the email
- Export screenshots to external editors                    

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

ชื่อ Picflip: Easy Web Page Screenshots Picflip: Easy Web Page Screenshots
ID emdjgaadafkmimgiifodbpgoceclbfjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/picflip-easy-web-page-scr/emdjgaadafkmimgiifodbpgoceclbfjb
คำอธิบาย Fast and powerful screenshot tool. Capture whole pages or areas, edit screenshots, and share them via link.
ขนาดไฟล์ 726 KB
จำนวนการติดตั้ง 1,334
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-01-10
วันที่เผยแพร่ 2020-06-15
คะแนน 4.46/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://picflip.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://picflip.io/
URL หน้าช่วยเหลือ http://picflip.io/privacy/
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "action": {
        "default_icon": "img\/logoIcon.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/page.css"
            ],
            "js": [
                "js\/modules\/helpers.js",
                "js\/modules\/crop-page.js",
                "js\/modules\/desktopMediaStream.js",
                "js\/modules\/capture.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/logoIcon.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "desktopCapture",
        "downloads",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "minimum_chrome_version": "88"
}