Full Page Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Co je Full Page Screenshot?
Full Page Screenshot je rozšíření Chrome vyvinuté arielsandersemail, a jeho hlavní funkcí je „Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Full Page Screenshot
Stáhněte si soubory rozšíření Full Page Screenshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Full Page Screenshot |
ID | piopmalckcaaoiikcafcncdjkkeogiej |
Oficiální URL | https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej |
Popis | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
Velikost souboru | 299 KB |
Počet instalací | 187 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2021-06-09 |
Datum Vydání | 2021-06-08 |
Vývojář | arielsandersemail |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://scrapeit.cloud |
URL Stránky Nápovědy | https://scrapeit.cloud/jv |
URL Stránky Zásad Ochrany Soukromí | https://streamstore.net/privacy-policy |
Podporované Jazyky | 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 } } |