Frame - Chrome Full Page Screenshots

Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.

Frame - Chrome Full Page Screenshots क्या है?

Frame - Chrome Full Page Screenshots alekzgreen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Frame - Chrome Full Page Screenshots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Frame - simple to use and powerful extension that helps you make screenshots in Chrome. Capture full page screenshots in two clicks. Resize, crop, annotate and edit your screenshots!

🖼️ Capture full page screenshots - check our video for examples!

🪄 Edit your screenshots
✪ Resize
✪ Crop
✪ Add annotations and icons

💡 How to make screenshot:
✪ Navigate to webpage
✪ Open context menu and click on "Frame - Capture this tab" to make screenshot of visible
zone or "Frame - Make full page screenshot" to make full page screenshot
✪ If screenshot height smaller than 7500px you can edit it in our Editor (will be open automatically)
✪ If webpage height bigger than 7500px Frame will save few screenshots to your default Downloads folder                    

एक्सटेंशन की मूल जानकारी

नाम Frame - Chrome Full Page Screenshots Frame - Chrome Full Page Screenshots
ID mabojhfbcchgokbimalidfpkamkcalhb
आधिकारिक URL https://chrome.google.com/webstore/detail/frame-chrome-full-page-sc/mabojhfbcchgokbimalidfpkamkcalhb
विवरण Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.
फ़ाइल का आकार 273 KB
स्थापना संख्या 1,001
वर्तमान संस्करण 1.0.19
अंतिम अपडेट 2021-11-01
प्रकाशन तिथि 2019-10-22
रेटिंग 2.83/5 कुल 6 रेटिंग्स
डेवलपर alekzgreen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frame - Chrome Full Page Screenshots",
    "short_name": "Frame",
    "version": "1.0.19",
    "description": "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mabojhfbcchgokbimalidfpkamkcalhb",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus",
        "debugger",
        "downloads"
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Frame - Chrome Full Page Screenshots"
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "content\/*.svg",
        "*.png"
    ]
}