Full-Page Screenshot 2.0
Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!
什麼是Full-Page Screenshot 2.0?
Full-Page Screenshot 2.0是由F & D開發的Chrome擴展程式,該擴展的主要功能是“Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!”。
擴展截圖
下載Full-Page Screenshot 2.0擴展crx文件
下載Full-Page Screenshot 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
⬇️ Easy-to-Setup ⬇️:
1. Go to the website/page where you want to screenshot the entire page 👀
2. Click on our extension logo icon
3. BOOM! It automatically starts to scroll & capture the entire page within a few seconds 📸🏎️
4. Enjoy the pac-man eating the balls while it screenshots the full-page! 😆
5. Takes you to next page where you can choose which format to download the full-page screenshot from 📥
When its starts to screenshot, it there will be a popup that will say "'Full-Page Screenshot 2.0' started debugging this browser" - Do not hit the 'Cancel' button...unless you don't want to screenshot the page.
✨Features: ✨
1 - Free & Easy-to-Use 🆓
2 - No Ads, Bloats, or Random Permissions ❌
3 - Advanced & Automatic Screenshooting Capability 📸
4 - Handles complex pages with inner scrolling AI technology 🔒
Please be patient and just watch Pac-Man eat its balls while our extension is capturing & scrolling through the entire page.
Install Full-Page Screenshot 2.0 and start capturing the entire/full-page of any website/page that you want to keep a JPG, PNG, or PDF of! 擴展基本資訊
| 名稱 | |
| ID | leeampediajiofkmbbodpogaaimcncne |
| 官方網址 | https://chromewebstore.google.com/detail/full-page-screenshot-20/leeampediajiofkmbbodpogaaimcncne |
| 簡介 | Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds! |
| 檔案大小 | 377 KB |
| 安裝次數 | 954 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2023-04-03 |
| 上架時間 | 2022-09-22 |
| 評分 | 4.74/5 共 23 次評分 |
| 開發者 | F & D |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2",
"manifest_version": 3,
"options_page": "index.html",
"minimum_chrome_version": "90",
"name": "Full-Page Screenshot 2.0",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"13": "icons\/icon_13.png",
"128": "icons\/icon_128.png",
"256": "icons\/icon_256.png"
},
"permissions": [
"downloads",
"storage",
"unlimitedStorage",
"scripting",
"activeTab"
],
"description": "Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!"
} | |