TinySketch

Create and save drawings at the click of a button.

TinySketchとは何ですか?

TinySketchはAdam Howardによって開発されたChromeの拡張機能で、その主な機能は「Create and save drawings at the click of a button.」です。

拡張機能のスクリーンショット

screenshot
screenshot

TinySketch拡張機能のCRXファイルをダウンロード

TinySketch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        TinySketch is a simple to use free extension that allows you to create and save quick and fun drawings while using Chrome!

———————————————————————————————————————

NEW FEATURES in Version 3:
 - Undo / Redo Buttons! About time right?
 - Dark mode! If your browser uses dark mode SketchPad updates accordingly.
 - Most recent used pen size and color are saved!

Other Features:
Touchscreen support, pen & eraser resizing, auto-saved drawings, bucket fill tool, eyedropper tool, and larger color palette!                    

拡張機能の基本情報

名前 TinySketch TinySketch
ID eekbbmglbfldjpgbmajenafphnfjonnc
公式URL https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc
説明 Create and save drawings at the click of a button.
ファイルサイズ 23.59 KB
インストール数 305,504
現在のバージョン 3.1
最終更新日 2021-10-19
公開日 2020-01-27
評価 4.08/5 合計 301 レビュー
開発者 Adam Howard
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://adamhoward.org/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinySketch",
    "short_name": "TinySketch",
    "version": "3.1",
    "description": "Create and save drawings at the click of a button.",
    "background": {
        "scripts": [
            "sketch.js",
            "floodfill.min.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "TinySketch",
        "default_popup": "popup.html"
    }
}