Webpage Screenshot - Entire page screenshot!

Since 2015 The most popular tool for your day to day. Whole page screenshot, sharing and much more.

Webpage Screenshot - Entire page screenshot!คืออะไร?

Webpage Screenshot - Entire page screenshot! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webpagescreenshot.info และคุณลักษณะหลักของมันคือ "Since 2015 The most popular tool for your day to day. Whole page screenshot, sharing and much more."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webpage Screenshot - Entire page screenshot!

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

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

                        All the missing features of Google Chrome™

Are you looking for the fastest way to share and save screenshots?
Entire page screenshot, or just the visible area?

Take a look in our newly extensions:

This is a open-source extension for taking screenshots. 
This extension is able to capture 100% of both the vertical and horizontal content appearing on any webpage on the Internet. 
It is very easy to save the captured file onto your computer or print it / or share it to any social network.

You can host and share unlimited images forever for free.

Github:
https://github.com/aminag/openscreenshot

Fork:
https://github.com/aminag/openscreenshot/fork

[ Privacy ]
Privacy Policy: https://www.webpagescreenshot.info/#privacy
This version of the extension doesn't collects any kind of data. No private data, no sensitive data, and not usage data. If the user clicks the "SHARE" button in the editor page, only then we creates a URL to serve the image to the user. We don't use the URL in any way (no one can access your screenshots unless you share the URL with him.)

This version of the extension doesn't handling user data.
Q: What information do you collect?
A: We don't collect information. If the user clicks "share" we collect the image data. (no metadata)

Q: How do you use the information?
A: Only to display the image to the user.

Q: What information do you share?
A: We don't share the information.


【Features】
* Webcam Capture.
* Desktop Capture.
* Painter.
* Annotate it with rectangles, circles, arrows, lines and text.
* Blur sensitive info by using the Spray.
* Print the screenshot - It's awesome.
* UNLIMITED STORAGE for storing your screenshot online!
* Capture local files (ex: c:\)
* Create PDF.
* Create Thumbnails.
* You can Save the screenshot on your computer as PNG file.
* Attach the screenshot directly to Gmail messages..
* Upload To Google Drive
* Post to facebook.
* You can EDIT THE PAGE before taking the screenshot (change any text, titles)
* Create note in Evernote (Like Evernote Web Clipper, buy we are capture entire page.
* Send captured image to any email address.
* Twett to Twitter.
* Post to VK.
* Send the screenshot to your mobile (By using QR Code/QRCode).
* Upload screenshot to WordPress gallery.
* Post To Google+ (Google Plus)
* Pin it to Pinterest.
* Send to outlook (hotmail/bing)
* Search the screen shot using TinEye service. (See if the image stoled from somewhere else).
* Create new post at Blogger.
* Post to Tumblr the screenshot.                    

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

ชื่อ Webpage Screenshot - Entire page screenshot! Webpage Screenshot - Entire page screenshot!
ID akgpcdalpfphjmfifkmfbpdmgdmeeaeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webpage-screenshot-entire/akgpcdalpfphjmfifkmfbpdmgdmeeaeo
คำอธิบาย Since 2015 The most popular tool for your day to day. Whole page screenshot, sharing and much more.
ขนาดไฟล์ 778 KB
จำนวนการติดตั้ง 216,259
เวอร์ชันปัจจุบัน 46.0.0
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2020-06-30
คะแนน 4.68/5 รวมทั้งหมด 10617 คะแนน
ผู้พัฒนา https://webpagescreenshot.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webpagescreenshot.info
URL หน้านโยบายความเป็นส่วนตัว https://www.webpagescreenshot.info/privacy.html
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,ca,da,es,it,hu,pl,ro,sl,sv,cs,el,bg,ru,iw,hi,bn,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/browseraction.png",
        "default_popup": "dist\/index.html",
        "default_title": "Webpage Screenshot"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.webpagescreenshot.info",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "offline_enabled": true,
    "optional_permissions": [
        "desktopCapture"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "46.0.0"
}