Screen Doodle

Allows you to draw on webpage.

What is Screen Doodle?

Screen Doodle is a Chrome extension developed by Brendan Gass, and its main feature is "Allows you to draw on webpage.".

Extension Screenshots

screenshot

Download Screen Doodle Extension CRX File

Download Screen Doodle 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

                        Allows you to draw on webpage by clicking toolbar button.                    

Extension Basic Information

Name Screen Doodle Screen Doodle
ID ijlbjmbbhgpceiplhgfngkplbbpfpdge
Official URL https://chromewebstore.google.com/detail/screen-doodle/ijlbjmbbhgpceiplhgfngkplbbpfpdge
Description Allows you to draw on webpage.
File Size 483 KB
Installation Count 629
Current Version 2.0
Last Updated 2017-11-22
Publish Date 2017-11-22
Rating 1.38/5 Total 8 Ratings
Developer Brendan Gass
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Doodle",
    "version": "2.0",
    "description": "Allows you to draw on webpage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "p5.js",
                "p5.dom.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sd.png"
    }
}