Save Webpage to EazyPaper
Save a webpage to your downloads folder and then cite it with EazyPaper.
什么是Save Webpage to EazyPaper?
Save Webpage to EazyPaper是由https://www.eazypaper.com开发的Chrome扩展程序,该扩展的主要功能是“Save a webpage to your downloads folder and then cite it with EazyPaper.”。
扩展截图
下载Save Webpage to EazyPaper扩展crx文件
下载Save Webpage to EazyPaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Save Webpage to EazyPaper |
ID | kgklepbjpkmihhcjccjkfeeohndgendc |
官方URL | https://chromewebstore.google.com/detail/save-webpage-to-eazypaper/kgklepbjpkmihhcjccjkfeeohndgendc |
简介 | Save a webpage to your downloads folder and then cite it with EazyPaper. |
文件大小 | 409 KB |
安装次数 | 695 |
当前版本 | 1.1.0 |
更新时间 | 2022-09-08 |
上架时间 | 2022-09-08 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.eazypaper.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://eazypaper.com/EazyImporter |
帮助页面URL | https://eazypaper.com/support |
隐私政策页面URL | https://eazypaper.com/privacy |
支持的语言 | 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" ] } |