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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
官方網址 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"
}