Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
Cos'è Page Screen Capture?
Page Screen Capture è un'estensione di Chrome sviluppata da Video Downloader & Useful Tools, e la sua funzione principale è "Page Screen Capture can take a screenshot from webpages. Fast and simple!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Screen Capture
Scarica i file di estensione Page Screen Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
URL Ufficiale | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
Descrizione | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
Dimensione del File | 85.64 KB |
Conteggio Installazioni | 1,456 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-01-19 |
Data di Pubblicazione | 2018-05-17 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | Video Downloader & Useful Tools |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.smart-finder.net/privacy.html |
Lingue Supportate | 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" } } |