Screen Capture - full page

Screen capture your current page in entirety and reliably!

什麼是Screen Capture - full page?

Screen Capture - full page是由waseem.aslam.uspto開發的Chrome擴展程式,該擴展的主要功能是“Screen capture your current page in entirety and reliably!”。

擴展截圖

screenshot
screenshot

下載Screen Capture - full page擴展crx文件

下載Screen Capture - full page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}