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 هو إضافة Chrome تم تطويرها بواسطة F & D، والميزة الرئيسية لها هي "Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Full-Page Screenshot 2.0
قم بتنزيل ملفات الامتداد Full-Page Screenshot 2.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⬇️ 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 |
| عنوان URL الرسمي | 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!"
} | |