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