Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
Co je Page Screen Capture?
Page Screen Capture je rozšíření Chrome vyvinuté Video Downloader & Useful Tools, a jeho hlavní funkcí je „Page Screen Capture can take a screenshot from webpages. Fast and simple!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Page Screen Capture
Stáhněte si soubory rozšíření Page Screen Capture 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í
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots. HOW IT WORKS • Right-click on the current web page. • Click to 'Page Screen Capture' in the context menu. • Saving a JPG image to your hard disk.
Základní Informace o Rozšíření
Název | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
Oficiální URL | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
Popis | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
Velikost souboru | 85.64 KB |
Počet instalací | 1,456 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2023-01-19 |
Datum Vydání | 2018-05-17 |
Hodnocení | 3.86/5 Celkem 7 Hodnocení |
Vývojář | Video Downloader & Useful Tools |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.smart-finder.net/privacy.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.1", "name": "Page Screen Capture", "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!", "background": { "scripts": [ "js\/jquery.js", "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "downloads" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |