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