Doodle

Doodle in your browser

What is Doodle?

Doodle is a Chrome extension developed by rileycohn, and its main feature is "Doodle in your browser".

Extension Screenshots

screenshot

Download Doodle Extension CRX File

Download 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

                        Pass some time while you browse the internet by doodling straight in your browser!                    

Extension Basic Information

Name Doodle Doodle
ID jbmblniplnhgnnhbefhegahmajplfbnb
Official URL https://chrome.google.com/webstore/detail/doodle/jbmblniplnhgnnhbefhegahmajplfbnb
Description Doodle in your browser
File Size 20.29 KB
Installation Count 922
Current Version 1.0
Last Updated 2016-07-22
Publish Date 2016-07-22
Rating 5.00/5 Total 1 Ratings
Developer rileycohn
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doodle",
    "description": "Doodle in your browser",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Come Doodle!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}