Full page screenshot in One Click

A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.

Full page screenshot in One Clickとは何ですか?

Full page screenshot in One ClickはQ-CORPによって開発されたChromeの拡張機能で、その主な機能は「A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.」です。

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

screenshot
screenshot

Full page screenshot in One Click拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You didn't know how to take a screenshot of the full page of the site? Now it can be done in one click using the Full page screenshot in One Click. Just press one button and a screenshot of the entire page is saved as a png image to your computer.

How to use:
1. Find the extension icon on the toolbar. Make it always visible with the "Pin" button.
2. Open any page
3. Click the button on the toolbar
4. Choose where to save the file

 Advantages:
- Quickly
- Easy
- In one click                    

拡張機能の基本情報

名前 Full page screenshot in One Click Full page screenshot in One Click
ID bncmkhiglmljkfoicddbccfmaieedojn
公式URL https://chromewebstore.google.com/detail/full-page-screenshot-in-o/bncmkhiglmljkfoicddbccfmaieedojn
説明 A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.
ファイルサイズ 62.53 KB
インストール数 15
現在のバージョン 1.0
最終更新日 2023-10-14
公開日 2023-10-14
評価 5.00/5 合計 13 レビュー
開発者 Q-CORP
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/16pXpKcwWYJm5aSA0870lJMCU9BNTWoQqgDvnSkfkXAs/edit?usp=sharing
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full page screenshot in One Click",
    "version": "1.0",
    "default_locale": "en",
    "description": "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}