Frame - Chrome Full Page Screenshots
Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.
Frame - Chrome Full Page Screenshotsとは何ですか?
Frame - Chrome Full Page Screenshotsはalekzgreenによって開発されたChromeの拡張機能で、その主な機能は「Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.」です。
拡張機能のスクリーンショット
Frame - Chrome Full Page Screenshots拡張機能のCRXファイルをダウンロード
Frame - Chrome Full Page Screenshots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Frame - simple to use and powerful extension that helps you make screenshots in Chrome. Capture full page screenshots in two clicks. Resize, crop, annotate and edit your screenshots! 🖼️ Capture full page screenshots - check our video for examples! 🪄 Edit your screenshots ✪ Resize ✪ Crop ✪ Add annotations and icons 💡 How to make screenshot: ✪ Navigate to webpage ✪ Open context menu and click on "Frame - Capture this tab" to make screenshot of visible zone or "Frame - Make full page screenshot" to make full page screenshot ✪ If screenshot height smaller than 7500px you can edit it in our Editor (will be open automatically) ✪ If webpage height bigger than 7500px Frame will save few screenshots to your default Downloads folder
拡張機能の基本情報
名前 | |
ID | mabojhfbcchgokbimalidfpkamkcalhb |
公式URL | https://chrome.google.com/webstore/detail/frame-chrome-full-page-sc/mabojhfbcchgokbimalidfpkamkcalhb |
説明 | Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome. |
ファイルサイズ | 273 KB |
インストール数 | 1,001 |
現在のバージョン | 1.0.19 |
最終更新日 | 2021-11-01 |
公開日 | 2019-10-22 |
評価 | 2.83/5 合計 6 レビュー |
開発者 | alekzgreen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frame - Chrome Full Page Screenshots", "short_name": "Frame", "version": "1.0.19", "description": "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mabojhfbcchgokbimalidfpkamkcalhb", "manifest_version": 2, "permissions": [ "tabs", "storage", "unlimitedStorage", "activeTab", "contextMenus", "debugger", "downloads" ], "background": { "scripts": [ "vendors\/bundle.js", "bg\/bundle.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-32.png", "default_title": "Frame - Chrome Full Page Screenshots" }, "icons": { "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "content\/*.svg", "*.png" ] } |