Full Page Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Apa itu Full Page Screenshot?
Full Page Screenshot adalah ekstensi Chrome yang dikembangkan oleh arielsandersemail, dan fitur utamanya adalah "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Full Page Screenshot
Unduh file ekstensi Full Page Screenshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Full Page Screenshot |
ID | piopmalckcaaoiikcafcncdjkkeogiej |
URL Resmi | https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej |
Deskripsi | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
Ukuran File | 299 KB |
Jumlah Instalasi | 187 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2021-06-09 |
Tanggal Publikasi | 2021-06-08 |
Pengembang | arielsandersemail |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://scrapeit.cloud |
URL Halaman Bantuan | https://scrapeit.cloud/jv |
URL Halaman Kebijakan Privasi | https://streamstore.net/privacy-policy |
Bahasa yang Didukung | 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 } } |