Easy Print
Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
Easy Printとは何ですか?
Easy Printはnell48473によって開発されたChromeの拡張機能で、その主な機能は「Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…」です。
拡張機能のスクリーンショット
Easy Print拡張機能のCRXファイルをダウンロード
Easy Print拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy Print with Yahoo Sponsored Web Search. Simply Paste any URL into the Input Field to Generate a Printer Friendly Page without Ads & Formatted Automatically. View Our Privacy Page at: https://easyprintapp.net/app/privacy.html
拡張機能の基本情報
名前 | Easy Print |
ID | jfabhgjkkoljkpemojjfdhgckdbendaj |
公式URL | https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj |
説明 | Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy… |
ファイルサイズ | 757 KB |
インストール数 | 42,297 |
現在のバージョン | 1.0.0.3 |
最終更新日 | 2024-02-15 |
公開日 | 2023-08-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | nell48473 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://easyprintapp.net/app/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.3", "manifest_version": 3, "short_name": "Easy Print", "name": "Easy Print", "background": { "service_worker": "install_service.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.easyprintapp.net\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.printfriendly.com https:\/\/easyprintapp.net https:\/\/www.easyprintapp.net https:\/\/safebrowsing.googleapis.com; script-src 'self'; style-src 'self' https:\/\/cdn.printfriendly.com 'unsafe-inline'; object-src 'self'; img-src 'self' https:\/\/easyprintapp.net * data:;" } } |