Simple Screen Capture: Full Page Screenshot

Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.

Что такое Simple Screen Capture: Full Page Screenshot?

Simple Screen Capture: Full Page Screenshot - это расширение Chrome, разработанное Roher, и его основная функция - "Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Simple Screen Capture: Full Page Screenshot

Скачайте файлы расширений Simple Screen Capture: Full Page Screenshot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Easily capture & save screenshot of a whole web page or a part of it with a single click
Have you ever been in a situation where you needed to capture a screenshot of a webpage but ended up with a partial image or missing important information? 😫 It can be frustrating and time-consuming to try and get the perfect shot, especially if you're not familiar with keyboard shortcuts or other methods for capturing screenshots.

Fortunately, there is a solution that makes the process quick and easy - Simple Screen Capture! 🙌 This handy extension allows you to capture and save screenshots of entire web pages or specific sections with just one click.

One of the biggest advantages of using Simple Screen Capture is that it saves you time and effort. Instead of manually taking multiple screenshots and trying to piece them together, this extension captures the entire page in one go. This means that you can get all the information you need in one shot, without having to worry about missing anything important. ⏰

Another great feature of Simple Screen Capture is its user-friendly interface. With just a few clicks, you can easily crop and edit your screenshots before saving or sharing them. This allows you to customize your images and make them look exactly how you want them to. 🎨

But that's not all - Simple Screen Capture also allows you to add annotations and highlights to your screenshots. This is especially useful if you need to point out specific information or highlight important details for others to see. 📝

Furthermore, Simple Screen Capture is compatible with all major browsers, including Chrome. 🌐

Whether you're a student, researcher, or just someone who loves to share content with friends, Simple Screen Capture is a must-have tool for anyone who wants to streamline their screenshot process and save time. So why wait? Try out Simple Screen Capture today and see how easy it is to capture and save your favorite online content! 🚀                    

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

Название Simple Screen Capture: Full Page Screenshot Simple Screen Capture: Full Page Screenshot
ID abndihhlelpieilmoibnmiopmekfnnof
Официальный URL https://chromewebstore.google.com/detail/simple-screen-capture-ful/abndihhlelpieilmoibnmiopmekfnnof
Описание Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.
Размер файла 313 KB
Количество установок 911
Текущая Версия 1.7
Последнее Обновление 2023-07-21
Дата публикации 2023-06-30
Рейтинг 4.50/5 Всего 6 оценок
Разработчик Roher
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Simple Screen Capture",
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png",
            "128": "Icons\/icon128.png"
        }
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "contentScript\/content.js"
            ]
        }
    ]
}