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
Eメール [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'"
    }
}