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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में EASY Webpage Capture & Screenshot Tool - WARP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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