Toasty! Screenshot

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

Wat is Toasty! Screenshot?

Toasty! Screenshot is een Chrome-extensie ontwikkeld door https://airreader.hatenablog.com, en de belangrijkste functie is "ページのスクリーンショット撮影、加工、アップロード".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Toasty! Screenshot

Download Toasty! Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

Basisinformatie over de Extensie

Naam Toasty! Screenshot Toasty! Screenshot
ID eclkpaefihiedklkcgohdfmgoldgdgne
Officiële URL https://chromewebstore.google.com/detail/toasty-screenshot/eclkpaefihiedklkcgohdfmgoldgdgne
Beschrijving ページのスクリーンショット撮影、加工、アップロード
Bestandsgrootte 291 KB
Aantal Installaties 1,032
Huidige Versie 8.0.1
Laatst Bijgewerkt 2017-04-19
Publicatiedatum 2017-04-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://airreader.hatenablog.com
Betalingswijze free
Ondersteunde Talen 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'"
}