Toasty! Screenshot

ページのスクリーンショット撮影、加工、アップロード

What is Toasty! Screenshot?

Toasty! Screenshot is a Chrome extension developed by https://airreader.hatenablog.com, and its main feature is "ページのスクリーンショット撮影、加工、アップロード".

Extension Screenshots

screenshot
screenshot

Download Toasty! Screenshot Extension CRX File

Download Toasty! Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ページのスクリーンショットを撮影した後に、スクリーンショットに加工を加え、幾つかのウェブサービスに画像を投稿することができる拡張です。

それぞれ以下の機能があります。
* スクリーンショットの範囲
- 見えている範囲
- ページ全体

* 切り取り機能
- 撮影したスクリーンショットから任意の場所を切り出すことができます

* スクリーンショットに絵を書く機能
- 枠線
- 矢印
- フリーハンド
- テキスト挿入
- 任意の画像を差し込むスタンプ機能

* アップロード
- Slack
- imgur
- Hatena Fotolife
- Hatena Group File Upload                    

Extension Basic Information

Name Toasty! Screenshot Toasty! Screenshot
ID eclkpaefihiedklkcgohdfmgoldgdgne
Official URL https://chromewebstore.google.com/detail/toasty-screenshot/eclkpaefihiedklkcgohdfmgoldgdgne
Description ページのスクリーンショット撮影、加工、アップロード
File Size 291 KB
Installation Count 1,032
Current Version 8.0.1
Last Updated 2017-04-19
Publish Date 2017-04-18
Rating 5.00/5 Total 1 Ratings
Developer https://airreader.hatenablog.com
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toasty! Screenshot",
    "description": "\u30da\u30fc\u30b8\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u64ae\u5f71\u3001\u52a0\u5de5\u3001\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
    "version": "8.0.1",
    "permissions": [
        "tabs",
        "storage",
        "desktopCapture",
        "identity",
        "",
        "clipboardWrite",
        "clipboardRead",
        "https:\/\/slack.com\/oauth\/authorize*",
        "https:\/\/slack.com\/api\/oauth.access*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhGjt9mYWtApVZIQtvBwOkeIT+0qIYTfllJxrzgwlaztQcJxp0I4p5aMyqA9Ol0J7n8bAbid08VxzJx4XPfvZJSx1GOpkV64bTGQxy9\/SbsfFtPJza9f5evVMu1Ho8u7f2Mna+mDm6iFK8j6Pj0tbOdQP47\/iCtzH+6weuvoUKZrrehbWcjpQ9\/hJEVrot3R\/qS2zq5BNk9ETEnfSuA0Q902yNv+4yXam5eS7BabubSklrm3ZtWbQcj0Lb\/y1FdREunYVVZ6ICQ5JsYU4kpHjVUmHRp2ZTFLQ\/Bg5qry2Khg4T6pi\/Kud744ZGAElruM6J2nbFsBsuJATrM+sKcuISwIDAQAB",
    "browser_action": {
        "default_title": "Toasty! Screenshot",
        "default_icon": "images\/icon.png",
        "default_popup": "contents\/popup.html"
    },
    "background": {
        "scripts": [
            "contents\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "contents\/options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "contents\/edit-image.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}