Easy Page Save
Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
什么是Easy Page Save?
Easy Page Save是由streeter.bob1995开发的Chrome扩展程序,该扩展的主要功能是“Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.”。
扩展截图
下载Easy Page Save扩展crx文件
下载Easy Page Save扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily and securely take a screenshot of any webpage you visit! Easy Page save goal is to make it easy and safe for anyone to save photos, text, Web pages, and emails in a quick and safe process.
On any webpage, use Alt+p and take a screen shot that immediately downloads in chrome.
Easy page save does not collect or save any personal information. Your security is our top concern. 扩展基本信息
| 名称 | |
| ID | fdcgafeollfblpppklndmihjkjohjhbg |
| 官方URL | https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg |
| 简介 | Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P. |
| 文件大小 | 58.02 KB |
| 安装次数 | 15,104 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2022-12-03 |
| 上架时间 | 2022-12-03 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | streeter.bob1995 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://easypagesave.com |
| 帮助页面URL | https://easypagesave.com |
| 隐私政策页面URL | https://easypagesave.com?a=privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easy Page Save",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "static\/128.png",
"default_title": "Easy Page Save"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+P"
}
}
},
"description": "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.",
"homepage_url": "https:\/\/easypagesave.com",
"icons": {
"128": "static\/128.png",
"48": "static\/48.png"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [
"activeTab",
"downloads",
"storage",
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.0.5"
} | |