Save Webpage to EazyPaper
Save a webpage to your downloads folder and then cite it with EazyPaper.
Was ist Save Webpage to EazyPaper?
Save Webpage to EazyPaper ist eine Chrome-Erweiterung, die von https://www.eazypaper.com entwickelt wurde, und ihr Hauptmerkmal ist "Save a webpage to your downloads folder and then cite it with EazyPaper.".
Erweiterungsscreenshots
Save Webpage to EazyPaper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Webpage to EazyPaper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kgklepbjpkmihhcjccjkfeeohndgendc |
| Offizielle URL | https://chromewebstore.google.com/detail/save-webpage-to-eazypaper/kgklepbjpkmihhcjccjkfeeohndgendc |
| Beschreibung | Save a webpage to your downloads folder and then cite it with EazyPaper. |
| Dateigröße | 409 KB |
| Installationsanzahl | 695 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2022-09-08 |
| Veröffentlichungsdatum | 2022-09-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.eazypaper.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://eazypaper.com/EazyImporter |
| Hilfeseite URL | https://eazypaper.com/support |
| URL der Datenschutzrichtlinien-Seite | https://eazypaper.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |