Save Webpage to EazyPaper
Save a webpage to your downloads folder and then cite it with EazyPaper.
O que é Save Webpage to EazyPaper?
Save Webpage to EazyPaper é uma extensão do Chrome desenvolvida por https://www.eazypaper.com, e sua principal característica é "Save a webpage to your downloads folder and then cite it with EazyPaper.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save Webpage to EazyPaper
Baixe arquivos de extensão Save Webpage to EazyPaper 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
If you ever wanted to keep a copy of a webpage before it changes or even disappears in the future, then this free extension will do that for you. It takes one click to save a webpage offline, and another click to cite it in the AMA, APA, MLA, or Turabian / Chicago formats. Save Webpage to EazyPaper is open source (https://gitlab.com/eazypaper/save-webpage-to-eazypaper/), but supported by a commercial company (https://eazypaper.com) so you get timely support. It saves all the website images and code in a single MHTML file, making it easier to move the archive file around without breaking the saved webpage. The EazyPaper addon to Microsoft Word (https://eazypaper.com/download) will read the website, book, magazine, newspaper, or journal articles that you saved with this extension and create the AMA, APA, MLA, or Turabian / Chicago Manual of Style citation for you. So not only can you save the source article in a single click, but you can cite it in another.
Informações Básicas da Extensão
Nome | Save Webpage to EazyPaper |
ID | kgklepbjpkmihhcjccjkfeeohndgendc |
URL Oficial | https://chromewebstore.google.com/detail/save-webpage-to-eazypaper/kgklepbjpkmihhcjccjkfeeohndgendc |
Descrição | Save a webpage to your downloads folder and then cite it with EazyPaper. |
Tamanho do Arquivo | 409 KB |
Contagem de Instalações | 695 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-09-08 |
Data de Publicação | 2022-09-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.eazypaper.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://eazypaper.com/EazyImporter |
URL da Página de Ajuda | https://eazypaper.com/support |
URL da Página de Política de Privacidade | https://eazypaper.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Webpage to EazyPaper", "description": "Save a webpage to your downloads folder and then cite it with EazyPaper.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "80": "icons\/icon80.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "sw.js" }, "action": { "default_icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "80": "icons\/icon80.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "downloads", "downloads.shelf", "pageCapture" ] } |