Doodledoku

Doodle on web pages, even pages with Sudoku puzzles!

Doodledoku란 무엇입니까?

Doodledoku은(는) github.com/JHeiner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Doodle on web pages, even pages with Sudoku puzzles!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Doodledoku 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Doodledoku Doodledoku
ID adcigljcdlemflbekljdfohfpipeolof
공식 URL https://chrome.google.com/webstore/detail/doodledoku/adcigljcdlemflbekljdfohfpipeolof
설명 Doodle on web pages, even pages with Sudoku puzzles!
파일 크기 211 KB
설치 횟수 257
현재 버전 13
최근 업데이트 2013-08-01
출시 날짜 2013-08-01
평점 2.77/5 총 13 개의 평점
개발자 github.com/JHeiner
결제 유형 free
지원되는 언어 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
}