Full Page Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

Full Page Screenshotとは何ですか?

Full Page Screenshotはarielsandersemailによって開発されたChromeの拡張機能で、その主な機能は「Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard」です。

拡張機能のスクリーンショット

screenshot

Full Page Screenshot拡張機能のCRXファイルをダウンロード

Full Page Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Scrape It ScreenCapture
Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. 
Screenshot for Google Chrome captures entire websites and custom areas.                    

拡張機能の基本情報

名前 Full Page Screenshot Full Page Screenshot
ID piopmalckcaaoiikcafcncdjkkeogiej
公式URL https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej
説明 Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
ファイルサイズ 299 KB
インストール数 187
現在のバージョン 1.2.0
最終更新日 2021-06-09
公開日 2021-06-08
開発者 arielsandersemail
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scrapeit.cloud
ヘルプページのURL https://scrapeit.cloud/jv
プライバシーポリシーページのURL https://streamstore.net/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Page Screenshot",
    "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard",
    "version": "1.2.0",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.conceptboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js"
        ],
        "persistent": false
    }
}