Doodledoku

Doodle on web pages, even pages with Sudoku puzzles!

What is Doodledoku?

Doodledoku is a Chrome extension developed by github.com/JHeiner, and its main feature is "Doodle on web pages, even pages with Sudoku puzzles!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Doodledoku Extension CRX File

Download Doodledoku 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

                        Enjoy online sudoku? Frustrated by the UIs?
This extension lets you doodle on the puzzles, so you can use the same marks online as you do when solving with pencil and paper.
Actually, this lets you doodle on any web page, so you might find uses for other things besides just sudoku puzzles.                    

Extension Basic Information

Name Doodledoku Doodledoku
ID adcigljcdlemflbekljdfohfpipeolof
Official URL https://chrome.google.com/webstore/detail/doodledoku/adcigljcdlemflbekljdfohfpipeolof
Description Doodle on web pages, even pages with Sudoku puzzles!
File Size 211 KB
Installation Count 257
Current Version 13
Last Updated 2013-08-01
Publish Date 2013-08-01
Rating 2.77/5 Total 13 Ratings
Developer github.com/JHeiner
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doodledoku",
    "version": "13",
    "minimum_chrome_version": "22",
    "description": "Doodle on web pages, even pages with Sudoku puzzles!",
    "icons": {
        "16": "pencil-16.png",
        "48": "pencil-48.png",
        "128": "pencil-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "pencil-16.png",
        "default_title": "Toggle Doodling"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "manifest_version": 2
}