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
官方URL 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",
        ""
    ]
}