Monosnap
Capture pages or blocks with the awesome smart screen capture tool!
Monosnapとは何ですか?
Monosnapはhttps://monosnap.comによって開発されたChromeの拡張機能で、その主な機能は「Capture pages or blocks with the awesome smart screen capture tool!」です。
拡張機能のスクリーンショット
Monosnap拡張機能のCRXファイルをダウンロード
Monosnap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take screeshots in 1️⃣ click!
Capture and edit screenshots, upload files, record video and .GIFs! Share a visual explanation with your clients and colleagues.
📸 Capture:
▸ Desktop screenshots: fullscreen and window.
▸ Page: screenshots: area, visible content, and whole page.
▸ Taking timed screenshots.
▸ Customize hotkeys.
✏️ Annotate and edit:
▸ Highlight important details with arrows, pen, shapes, and text.
▸ Hide too personal and private information with the blur tool.
▸ Resize and crop screenshots.
☁️ Upload and share:
▸ Log in to get 2 GB in Monosnap Cloud storage.
▸ Amazon S3 storage (Non-Commercial and Commercial plans)
🎥 Record:
▸ Desktop, window or browser
▸ WebM and GIF
▸ Add audio to your videos
▸ Customize FPS
📧 Contact US:
▸ Twitter: https://twitter.com/monosnap
▸ Facebook: https://www.facebook.com/Monosnap/
▸ Support: [email protected]
ℹ️ Info:
▸ Pricing and Plans: https://monosnap.com/pay
▸ Support Docs: https://medium.com/@monosnap
▸ Terms of Service: https://monosnap.com/tos
▸ Privacy Policy: https://monosnap.com/privacy
❓Changelog:
▸ closed beta for new image and video editors
Contact [email protected] to learn more about Enterprise plans. 拡張機能の基本情報
| 名前 | |
| ID | lhgadannddhdpkfhfjjgcpdjhpmjhkfm |
| 公式URL | https://chromewebstore.google.com/detail/monosnap/lhgadannddhdpkfhfjjgcpdjhpmjhkfm |
| 説明 | Capture pages or blocks with the awesome smart screen capture tool! |
| ファイルサイズ | 10.22 MB |
| インストール数 | 60,347 |
| 現在のバージョン | 1.8.11 |
| 最終更新日 | 2023-02-07 |
| 公開日 | 2020-05-05 |
| 評価 | 3.51/5 合計 35 レビュー |
| 開発者 | https://monosnap.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://monosnap.com/ |
| ヘルプページのURL | https://medium.com/@monosnap |
| プライバシーポリシーページのURL | https://monosnap.com/privacy |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.8.11",
"homepage_url": "https:\/\/monosnap.com",
"default_locale": "en",
"icons": {
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
},
"minimum_chrome_version": "50",
"incognito": "split",
"background": {
"page": "background.html",
"scripts": [],
"persistent": false
},
"browser_action": {
"default_icon": "\/images\/logo_128.png",
"default_popup": "popup.html",
"default_title": "__MSG_app_default_title__"
},
"options_ui": {
"page": "settings.html"
},
"content_scripts": [
{
"js": [
"\/content_scripts\/resnap.js"
],
"all_frames": false,
"run_at": "document_end",
"matches": [
"*:\/\/*.monosnap.com\/file\/*"
]
},
{
"all_frames": true,
"js": [
"\/content_scripts\/chromeOSPlugin.js"
],
"run_at": "document_start",
"matches": [
" | |