Screen Capture - full page

Screen capture your current page in entirety and reliably!

Screen Capture - full page क्या है?

Screen Capture - full page waseem.aslam.uspto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen capture your current page in entirety and reliably!"।

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

screenshot
screenshot

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

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

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

                        The Screen Capture provides the ability to take a full webpage screenshots. Capture, annotate and save as JPEG to upload, print and disseminate.  The Screen Capture will also capture the webpage URLs and Day/ timestamp.
This plugin is tightly built with internal APIs of United States Patent and Trademark Office (USPTO) and used internally. 
This plugin always be unlisted to public and distribute to USPTO internal users by network team after evaluation and approval.                    

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

नाम Screen Capture - full page Screen Capture - full page
ID mdcojbflhnlfkdmkhhpbjbejomldjall
आधिकारिक URL https://chromewebstore.google.com/detail/screen-capture-full-page/mdcojbflhnlfkdmkhhpbjbejomldjall
विवरण Screen capture your current page in entirety and reliably!
फ़ाइल का आकार 154 KB
स्थापना संख्या 507
वर्तमान संस्करण 4.0.1
अंतिम अपडेट 2022-07-14
प्रकाशन तिथि 2022-07-13
डेवलपर waseem.aslam.uspto
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.uspto.gov/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capture - full page",
    "version": "4.0.1",
    "manifest_version": 3,
    "description": "Screen capture your current page in entirety and reliably!",
    "action": {
        "default_icon": "icon-999.png",
        "default_popup": "popup.html"
    },
    "background.service_worker": {
        "scripts": [
            "jquery.min.js",
            "moment.min.js",
            "lodash.min.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16-999.png",
        "48": "icon48-999.png",
        "128": "icon128-999.png"
    },
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}