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是由https://warp.style开发的Chrome扩展程序,该扩展的主要功能是“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

下载EASY Webpage Capture & Screenshot Tool - WARP扩展crx文件

下载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'"
    }
}