Screencap
Screencap
Screencapとは何ですか?
ScreencapはSurya Nuchuによって開発されたChromeの拡張機能で、その主な機能は「Screencap」です。
拡張機能のスクリーンショット
Screencap拡張機能のCRXファイルをダウンロード
Screencap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store. Intro ——— Screencap will help you to get more work done by 1. Collaborate with Others 2. Demonstrate How to Perform a Function 3. Show Exactly What’s Happening Features ——— ➼ Capture the full page not just the visible area. ➼ Just one click to capture the entire screen. ➼ Beautiful animations to show you progress of the process. ➼ Save PNG files with one click. ➼ No login or registration required. ➼ There are no restrictions on the size or size of the file. Privacy & Terms use ——— We don't collect or monitor any of your personal information.
拡張機能の基本情報
名前 | |
ID | aniaallgmlgdlefladlfhadglocahllm |
公式URL | https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm |
説明 | Screencap |
ファイルサイズ | 1.44 MB |
インストール数 | 665 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-01-14 |
公開日 | 2020-12-23 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | Surya Nuchu |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/screencap/home |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screencap", "version": "1.0.1", "description": "Screencap", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "browser_action": { "default_title": "Capture Full Screen", "default_icon": "icons\/Icon-16.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "unlimitedStorage" ] } |