Standardized Screenshot
Takes standardized screenshots.
Standardized Screenshotとは何ですか?
Standardized Screenshotはhttps://jmartin.ca/screenshot-chromeによって開発されたChromeの拡張機能で、その主な機能は「Takes standardized screenshots.」です。
拡張機能のスクリーンショット
Standardized Screenshot拡張機能のCRXファイルをダウンロード
Standardized Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A very opinionated screen capture extension for Chrome. It will: - Capture the current tab. - Add a macOS-ish title bar. - Add drop shadow to it. - Display the result in a popup frame. The source is available on Github: https://github.com/j-martin/screenshot-chrome Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension
拡張機能の基本情報
名前 | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
公式URL | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
説明 | Takes standardized screenshots. |
ファイルサイズ | 85.54 KB |
インストール数 | 2,492 |
現在のバージョン | 2.4.0 |
最終更新日 | 2020-01-29 |
公開日 | 2020-01-28 |
評価 | 3.38/5 合計 13 レビュー |
開発者 | https://jmartin.ca/screenshot-chrome |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standardized Screenshot", "version": "2.4.0", "manifest_version": 2, "description": "Takes standardized screenshots.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |