ScreenGenius - Screenshot & Screen Recording

Screenshot & Video capture tool

Что такое ScreenGenius - Screenshot & Screen Recording?

ScreenGenius - Screenshot & Screen Recording - это расширение Chrome, разработанное https://screengenius.io, и его основная функция - "Screenshot & Video capture tool".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ScreenGenius - Screenshot & Screen Recording

Скачайте файлы расширений ScreenGenius - Screenshot & Screen Recording в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ScreenGenius - Your perfect Screenshot & Screen Recording tool, makes it easy & fun to Capture or Record screen, edit, annotate and share. You can access dashboard to access your captured images and videos on cloud.


Keyboard shortcut to activate extension - Alt + Shift + X

👑 About ScreenGenius 👑
A fuss-free Screen Capture Tool to capture all your important web pages as Images or Videos (even offline apps & screens). It lets you capture your working screen, record it and share it with others as needed.

🚀 Features of ScreenGenius 🚀

1️⃣  SCREENSHOT CAPTURE MODES:
The capture tool allows users to take screenshots in various modes:
1. Full Screen: Users can capture the entire screen with a single click. This mode is useful when the user wants to capture everything that is displayed on the screen.
2. Visible Area: Users can capture only the visible area of the current tab. This mode is useful when the user wants to capture only a specific part of the screen that is currently visible.
3. Select Area: Users can select a specific area of the screen to capture. This mode is useful when the user wants to capture a specific part of the screen that is not currently visible.
4. Open Image Editor: Users can upload an image from their local storage and edit it.

Editing Tools:
The editing tools include annotations, image upload, and sharing as a link, email attachment, or download.
1. Annotations: Users can annotate their captures with various tools such as text, arrows, shapes, and freehand drawing. This feature is useful when the user wants to highlight specific areas of the capture or add additional information.
2. Image Upload: Users can upload an image to edit or annotate. This feature is useful when the user wants to edit an existing image or add annotations to an image that was not captured using the extension.
3. Sharing: Users can share their captures as a link, email attachment, or download. This feature is useful when the user wants to share their captures with others or download them for future use.

2️⃣ VIDEO RECORDING:
The video recording feature enables users to capture:
1. Entire Screen: Users can record their entire screen, including multiple tabs and applications. This mode is useful when the user wants to create a tutorial or record a presentation.
2. This Tab: Users can record only the current tab. This mode is useful when the user wants to create a video of a specific website or application.
3. Camera Only: Users can record only the webcam feed. This mode is useful when the user wants to create a video of themselves.
4. Select Area: Users can select a specific area of the current tab to record. This mode is useful when the user wants to create a video of a specific part of the screen.
5. Open Video Editor: Users can upload a video from their local storage and edit it.

Dashboard Integration & Sign-in/Sign-up:
▸ Upload captures to cloud storage for easy access, organizing and sharing
▸ Dashboard integration for organizing and accessing captures
▸ Local captures can be manually uploaded to the dashboard
▸ No sign-in required for local downloads
▸ Cloud storage and dashboard access require Gmail login (social logins coming soon!)
▸ Initial cloud storage limit mentioned in application upgrade section

And a lot of Upcoming features lined up in the future roadmap… 

★ Why choose ScreenGenius? ★ 
🏆 Intuitive, Addictive & Creative user experience. 
💨 Quick & Smooth in Capturing and Processing Screen Annotations. 
⚡ Instant sharing via Email or Share as a Link with anyone. 
🚨 Immediate Customer support. 
⛔ No Ads. It’s Free. 
🐞 Bugs fixed & major feedback implemented 
 📢 We value user feedback; and retain the flexibility of adding the best features for our users. 

This is the Beta version of the ScreenGenius Application. 
For this Beta version we would not retain unused data (Images & Videos) from users of ScreenGenius after a period of 45 days. We will soon be adding paid feature for unlimited duration of data retention & storage.

Version: ScreenGenius 3.1.2

💡 Future Road map: 
▸ Add Background Colors or Gradients to the images 
▸ Add Frames of different Shapes and Colors to the images 
▸ Add Borders, Padding, Shadow and Border Radius 
▸ Social media ready templates and ratios. 
▸ Social media login
▸ Signup
▸ Premium upgrade plan

How to take screenshots with your device? 
ScreenGenius tool lets you take screenshots on your windows laptop, and you can also take screenshots on your mac.    

📧 Contact Us: 
Connect with us for feedback at [email protected]. Use it as your chance to advise us to make ScreenGenius better by suggesting features you want to see in our next updates. 

💼 About Quixy 
Quixy is a cloud-based digital transformation platform that helps business users with no coding skills to build unlimited enterprise-grade applications. That too, with simple drag-and-drop dynamics, which is ten times faster than the traditional software development method.                    

Основная информация о расширении

Название ScreenGenius - Screenshot & Screen Recording ScreenGenius - Screenshot & Screen Recording
ID eclnikmacpcandpbfjkjgnoicmlpkkdj
Официальный URL https://chromewebstore.google.com/detail/screengenius-screenshot-s/eclnikmacpcandpbfjkjgnoicmlpkkdj
Описание Screenshot & Video capture tool
Размер файла 14.42 MB
Количество установок 569
Текущая Версия 3.1.2
Последнее Обновление 2023-09-19
Дата публикации 2022-12-23
Рейтинг 4.90/5 Всего 60 оценок
Разработчик https://screengenius.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://screengenius.io
URL страницы политики конфиденциальности https://quixy.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScreenGenius - Screenshot & Screen Recording",
    "version": "3.1.2",
    "description": "Screenshot & Video capture tool",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "css": [
                "css\/content.css",
                "css\/spectrum.css"
            ],
            "js": [
                "js\/jspdf.min.js",
                "js\/content.js",
                "js\/common.js",
                "js\/recording-common.js",
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/spectrum.js"
            ],
            "all_frames": false
        }
    ],
    "commands": {
        "run-foo": {
            "suggested_key": {
                "default": "Alt+Shift+Q",
                "mac": "Alt+Shift+Q"
            },
            "description": "open popup"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+X",
                "mac": "Alt+Shift+X",
                "chromeos": "Alt+Shift+X",
                "linux": "Alt+Shift+X"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com\/;"
    },
    "oauth2": {
        "client_id": "78055758878-gu1m1mgkmt4v65guf0ukc80n9mpd05od.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        ""
    ],
    "author": "Quixy",
    "short_name": "ScreenGenius",
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/FuturaBkBook.woff",
                "\/fonts\/FuturaBkBook.woff2",
                "\/images\/light-loader.gif",
                "\/images\/attachment.png",
                "\/images\/quix-text2-icon.png",
                "\/images\/quix-reactanle2-icon.png",
                "\/images\/quix-down-icon.png",
                "\/images\/quix-reactanle-icon.png",
                "\/images\/quix-oval-icon.png",
                "\/images\/quix-shape-line-icon.png",
                "\/images\/quix-shape-arrow-icon.png",
                "\/images\/quix-markertool-icon.png",
                "\/images\/quix-blur-icon.png",
                "\/images\/quix-croptool-icon.png",
                "\/images\/quix-uploadool-icon.png",
                "\/images\/quix-close-icon.png",
                "\/images\/quix-expand-icon.png",
                "\/images\/quix-minus-icon.png",
                "\/images\/quix-plus-icon.png",
                "\/images\/quix-copy2-icon.png",
                "\/images\/quix-share2-icon.png",
                "\/images\/quix-down3-icon.png",
                "\/images\/quix-download2-icon.png",
                "\/images\/quix-down4-icon.png",
                "\/images\/quix-undo-icon.png",
                "\/images\/quix-redo-icon.png",
                "\/images\/quix-reset-icon.png",
                "\/images\/quix-italic-icon.png",
                "\/images\/quix-bold-icon.png",
                "\/images\/quix-underline-icon.png",
                "\/images\/quix-alignleft-icon.png",
                "\/images\/quix-aligncenter-icon.png",
                "\/images\/quix-alignright-icon.png",
                "\/images\/logo-48.png",
                "\/images\/quixy-logo-footer.png",
                "\/images\/quix-drag-icon.png",
                "\/images\/quix-webcam-tool.png",
                "\/images\/quix-microphone-icon2.png",
                "\/images\/quix-microphone-disabled-icon.png",
                "\/images\/quix-cursor-icon.png",
                "\/images\/quix-cursor-icon1.png",
                "\/images\/quix-cursor-icon2.png",
                "\/images\/quix-cursor-icon3.png",
                "\/images\/quix-pencil-icon.png",
                "\/images\/quix-eraser-icon.png",
                "\/images\/quix-arrow-left-icon.png",
                "\/images\/quix-free-line-icon.png",
                "\/images\/quix-block-icon.png",
                "\/images\/quix-for-icon.png",
                "\/images\/quix-tool-pause.png",
                "images\/quix-video-call-icon.png",
                "images\/quix-user-icon.png",
                "images\/quix-youtube-icon.png",
                "images\/quix-google-drive-icon.png",
                "images\/quix-share-feedback-form.png",
                "\/images\/quix-logo-main.png",
                "\/images\/quix-link-green-icon.png",
                "\/images\/quix-email-icon.png",
                "\/images\/quix-tool-play.png",
                "\/images\/quix-arrow-right-icon.png",
                "\/images\/quix-webcam-disabled-tool.png",
                "\/images\/quix-tool-close2.png",
                "\/images\/quix-tool-stop.png",
                "\/images\/quix-delete-icon.png",
                "\/images\/quix-webcam-options.png",
                "\/images\/quix-webcam-option1.png",
                "\/images\/quix-webcam-option2.png",
                "\/images\/quix-webcam-option3.png",
                "\/images\/quix-webcam-option4.png",
                "\/images\/quix-success.png",
                "\/images\/quix-failure.png",
                "\/images\/blank-video.mp4"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "ScreenGenius - Screenshot & Screen Recording",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    }
}