Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
Page Screen Captureとは何ですか?
Page Screen CaptureはVideo Downloader & Useful Toolsによって開発されたChromeの拡張機能で、その主な機能は「Page Screen Capture can take a screenshot from webpages. Fast and simple!」です。
拡張機能のスクリーンショット
Page Screen Capture拡張機能のCRXファイルをダウンロード
Page Screen Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots. HOW IT WORKS • Right-click on the current web page. • Click to 'Page Screen Capture' in the context menu. • Saving a JPG image to your hard disk.
拡張機能の基本情報
名前 | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
公式URL | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
説明 | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
ファイルサイズ | 85.64 KB |
インストール数 | 1,456 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-01-19 |
公開日 | 2018-05-17 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | Video Downloader & Useful Tools |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.smart-finder.net/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.1", "name": "Page Screen Capture", "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!", "background": { "scripts": [ "js\/jquery.js", "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "downloads" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |