EASY Webpage Capture & Screenshot Tool - WARP

Free Webpage capture & Screenshots. Even if it is difficult to explain with text, you can immediately tell with a video.

Что такое EASY Webpage Capture & Screenshot Tool - WARP?

EASY Webpage Capture & Screenshot Tool - WARP - это расширение Chrome, разработанное https://warp.style, и его основная функция - "Free Webpage capture & Screenshots. Even if it is difficult to explain with text, you can immediately tell with a video.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения EASY Webpage Capture & Screenshot Tool - WARP

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

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

                        WARP takes a video capture of your PC screen and enables instant sharing.
Even if it is difficult to explain with words or letters, you can immediately tell with a video.
The add-on will take you to the WARP page (https://warp.style/).
You can start using it immediately with a simple operation.
WARP function
-  Take a video capture of the screen
-  Video sharing by URL
-  Thumbnail editing
-  Video trimming
-  Subtitle setting
-  Download video files
-  Supports 3 languages ​​(Japanese, English, Vietnamese)
-  Easy sharing on communication tools                    

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

Название EASY Webpage Capture & Screenshot Tool - WARP EASY Webpage Capture & Screenshot Tool - WARP
ID fcjjdbmegeocgffpjihgaodhglknopag
Официальный URL https://chromewebstore.google.com/detail/easy-webpage-capture-scre/fcjjdbmegeocgffpjihgaodhglknopag
Описание Free Webpage capture & Screenshots. Even if it is difficult to explain with text, you can immediately tell with a video.
Размер файла 795 KB
Количество установок 2,400
Текущая Версия 0.4.7
Последнее Обновление 2023-05-23
Дата публикации 2020-07-31
Рейтинг 4.67/5 Всего 12 оценок
Разработчик https://warp.style
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://warp.style/
URL страницы политики конфиденциальности https://warp.style/privacy
Поддерживаемые языки en,vi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "description": "__MSG_app_description__",
    "version": "0.4.7",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-64x64.png",
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "media.html",
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "24": "img\/icon-24x24.png",
        "32": "img\/icon-32x32.png",
        "64": "img\/icon-64x64.png",
        "128": "img\/icon-128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}