Screenshoterest

Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.

什麼是Screenshoterest?

Screenshoterest是由Felipe Medina開發的Chrome擴展程式,該擴展的主要功能是“Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.”。

擴展截圖

screenshot

下載Screenshoterest擴展crx文件

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

擴展使用說明

                        Take whole page screenshot and PIN IT to Pinterest automatically.

If you want, you can try taking Responsive Screenshot that will create an image mixing three canvas sizes.

============================

BLIPSHOT (Give credit where credit is due)
The screenshot core that I used to get started was awesome made by Davide Casali (@folleto / http://intenseminimalism.com/).
Try it at: https://chrome.google.com/webstore/detail/blipshot-%E2%80%94-one-click-scre/mdaboflcmhejfihjcbmdiebgfchigjcf                    

擴展基本資訊

名稱 Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
官方網址 https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
簡介 Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.
檔案大小 153 KB
安裝次數 149
目前版本 2.0.1
更新時間 2015-01-08
上架時間 2015-01-08
評分 1.00/5 共 1 次評分
開發者 Felipe Medina
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshoterest",
    "version": "2.0.1",
    "description": "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.",
    "author": "Felipe Medina",
    "browser_action": {
        "default_icon": "icon\/toolbar.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "screenshotter.DOM.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}