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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
官方網址 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
電子郵箱 [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"
}