Take Webpage Screenshots Entirely - FireShot

Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.

Take Webpage Screenshots Entirely - FireShot क्या है?

Take Webpage Screenshots Entirely - FireShot https://getfireshot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email."।

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

screenshot
screenshot
screenshot

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

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

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

                        🏆 Awarded as "The Best Free Google Chrome Extension" by PCMAG.COM

🔒 Instant screenshots are stored locally, and never leave your computer, so it's 100% safe for storing a sensitive information. FireShot can work offline. 

🛑 No spyware and unnecessary permissions - you're just in a couple of clicks away from an ideal screenshot.

Top 7️⃣ reasons to install FireShot: 

1️⃣ Save screenshot to disk as PDF (with links), PNG, and JPEG
2️⃣ Capture entire page, visible part of the web page or just a selection
3️⃣ Automatically capture all tabs to PDF or image 🔥
4️⃣ Provide a list of URLs for an automatic batch capturing process 🔥
5️⃣ Send screenshots to Gmail 
6️⃣ Copy captured images to clipboard
7️⃣ Print

### An upgrade is available. Activate it directly from the menu and:

✓ PDF with direct links and text, can be split to pages
✓ Capture specific elements, such as scrolling areas on web pages
✓ Capture all tabs in one click and save to single PDF
✓ Edit: crop, resize, add text and arrow annotations, blur areas and apply other effects
✓ Send to OneNote (Pro version)
✓ Save captures to disk as  PNG, GIF, JPEG, BMP
✓ Upload to Twitter, ImageShack, Flickr, EasyCaptures, custom FTP or HTTP servers
✓ Copy  to clipboard
✓ Print
✓ E-Mail
✓ Export captures to external editor
✓ Add page information to screenshots (URL, title, time, domain, etc)                    

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

नाम Take Webpage Screenshots Entirely - FireShot Take Webpage Screenshots Entirely - FireShot
ID mcbpblocgmgfnpjjppndjkmgjaogfceg
आधिकारिक URL https://chromewebstore.google.com/detail/take-webpage-screenshots/mcbpblocgmgfnpjjppndjkmgjaogfceg
विवरण Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.
फ़ाइल का आकार 10.58 MB
स्थापना संख्या 3,487,960
वर्तमान संस्करण 1.12.18
अंतिम अपडेट 2023-10-14
प्रकाशन तिथि 2020-07-03
रेटिंग 4.76/5 कुल 40241 रेटिंग्स
डेवलपर https://getfireshot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getfireshot.com
सहायता पृष्ठ URL https://getfireshot.com/sup
गोपनीयता नीति पृष्ठ URL http://getfireshot.com/privacy.php
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,it,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,ru,uk,fa,gu,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "short_name": "FireShot",
    "version": "1.12.18",
    "description": "__MSG_application_description__",
    "options_page": "fsOptions.html",
    "default_locale": "en",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "incognito": "spanning",
    "background": {
        "scripts": [
            "scripts\/3p\/hot-reload.js",
            "scripts\/fsXBrowserSupport.js",
            "scripts\/fsPreferences.js",
            "scripts\/fsUtils.js",
            "scripts\/fsCommands.js",
            "scripts\/fsBackground.js",
            "scripts\/fsSSS.js",
            "scripts\/fsNativeAPISupport.js",
            "scripts\/fsWASMAPISupport.js",
            "scripts\/fsAutomation.js"
        ]
    },
    "commands": {
        "last-used-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_options_label_last_action_hotkey__"
        },
        "capture-entire-page-action": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "__MSG_action_capture_entire_lite__"
        },
        "capture-visible-page-action": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Command+Shift+2"
            },
            "description": "__MSG_action_capture_visible_lite__"
        },
        "capture-selection-action": {
            "suggested_key": {
                "default": "Alt+Shift+4",
                "mac": "Command+Shift+6"
            },
            "description": "__MSG_action_capture_selection_lite__"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "images\/sss_48.png",
        "default_title": "FireShot - Capture page",
        "default_popup": "fsPopup.html"
    },
    "icons": {
        "16": "images\/sss_16.png",
        "32": "images\/sss_32.png",
        "48": "images\/sss_48.png",
        "128": "images\/sss_128.png"
    },
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}