AutoDraw for skribbl.io
Auto draws images in pictionary game skribbl.io.
AutoDraw for skribbl.ioとは何ですか?
AutoDraw for skribbl.ioはgalehouse5によって開発されたChromeの拡張機能で、その主な機能は「Auto draws images in pictionary game skribbl.io.」です。
拡張機能のスクリーンショット
AutoDraw for skribbl.io拡張機能のCRXファイルをダウンロード
AutoDraw for skribbl.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updates: - Now works with Skribbl's December 2022 UI changes How to use: 1. Search for an image using Google (https://images.google.com) 2. Drag and drop it onto the canvas 3. Sit back and relax Tips: - Simple images, like clip art, draw the fastest - Draws best with Chrome maximized Is AutoDraw active? If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.
拡張機能の基本情報
名前 | AutoDraw for skribbl.io |
ID | bpnefockcbbpkbahgkkacjmebfheacjb |
公式URL | https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb |
説明 | Auto draws images in pictionary game skribbl.io. |
ファイルサイズ | 11.69 KB |
インストール数 | 285,247 |
現在のバージョン | 0.3.1 |
最終更新日 | 2023-01-04 |
公開日 | 2020-05-07 |
評価 | 3.59/5 合計 237 レビュー |
開発者 | galehouse5 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/galehouse5/skribbl-io-autodraw |
ヘルプページのURL | https://github.com/galehouse5/skribbl-io-autodraw/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoDraw for skribbl.io", "description": "Auto draws images in pictionary game skribbl.io.", "version": "0.3.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "css": [ "main.css" ], "js": [ "dist\/main.js" ] } ], "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw" } |