Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

Make a Screenshotとは何ですか?

Make a Screenshotはhttp://earth3dmap.comによって開発されたChromeの拡張機能で、その主な機能は「Easy one click screenshot. The screenshot comes in a new tab.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Easy tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

拡張機能の基本情報

名前 Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
公式URL https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
説明 Easy one click screenshot. The screenshot comes in a new tab.
ファイルサイズ 16.64 KB
インストール数 77,435
現在のバージョン 1.2
最終更新日 2018-07-18
公開日 2018-07-18
評価 3.72/5 合計 43 レビュー
開発者 http://earth3dmap.com
支払い方法 free
プライバシーポリシーページのURL http://earth3dmap.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}