Screen Capture - full page

Screen capture your current page in entirety and reliably!

Wat is Screen Capture - full page?

Screen Capture - full page is een Chrome-extensie ontwikkeld door waseem.aslam.uspto, en de belangrijkste functie is "Screen capture your current page in entirety and reliably!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Screen Capture - full page

Download Screen Capture - full page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Screen Capture - full page Screen Capture - full page
ID mdcojbflhnlfkdmkhhpbjbejomldjall
Officiële URL https://chromewebstore.google.com/detail/screen-capture-full-page/mdcojbflhnlfkdmkhhpbjbejomldjall
Beschrijving Screen capture your current page in entirety and reliably!
Bestandsgrootte 154 KB
Aantal Installaties 507
Huidige Versie 4.0.1
Laatst Bijgewerkt 2022-07-14
Publicatiedatum 2022-07-13
Ontwikkelaar waseem.aslam.uspto
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.uspto.gov/privacy-policy
Ondersteunde Talen 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"
    }
}