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 |
Eメール | [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" } |