Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
O que é Page Screen Capture?
Page Screen Capture é uma extensão do Chrome desenvolvida por Video Downloader & Useful Tools, e sua principal característica é "Page Screen Capture can take a screenshot from webpages. Fast and simple!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page Screen Capture
Baixe arquivos de extensão Page Screen Capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
URL Oficial | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
Descrição | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
Tamanho do Arquivo | 85.64 KB |
Contagem de Instalações | 1,456 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-01-19 |
Data de Publicação | 2018-05-17 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | Video Downloader & Useful Tools |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.smart-finder.net/privacy.html |
Idiomas Suportados | 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" } } |