Print Screen Button
You can quickly print any page with a simple click!
Print Screen Buttonとは何ですか?
Print Screen Buttonはalidacalliopeによって開発されたChromeの拡張機能で、その主な機能は「You can quickly print any page with a simple click!」です。
拡張機能のスクリーンショット
Print Screen Button拡張機能のCRXファイルをダウンロード
Print Screen Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
拡張機能の基本情報
名前 | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
公式URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
説明 | You can quickly print any page with a simple click! |
ファイルサイズ | 55.31 KB |
インストール数 | 39 |
現在のバージョン | 0.1 |
最終更新日 | 2022-06-26 |
公開日 | 2022-06-26 |
評価 | 4.80/5 合計 10 レビュー |
開発者 | alidacalliope |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://worldaddons.com/print-screen-button/ |
ヘルプページのURL | https://worldaddons.com/contact/ |
プライバシーポリシーページのURL | https://worldaddons.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |