DoodleDo

DoodleDo

DoodleDo란 무엇입니까?

DoodleDo은(는) https://dasveloper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DoodleDo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tired of boring new tab pages and Google Doodles about Mother Teresa's birthday? This extension replaces the Google Doodle on your new tab page with randomized user submitted Doodles. Enjoy topical references, dank memes, and beautiful designs created by users like you from around the world. See a different Doodle every time you open a new tab. Vote on others Doodles or submit your own Doodle to share it with the growing DoodleDo community!

V.2 - No longer includes jQuery saving nearly 30kb. New icons.

V.2.5 - Swapped Font-Awesome for Fontello saving nearly 100kb!                    

확장 프로그램 기본 정보

이름 DoodleDo DoodleDo
ID lpjblklnniedmmlajphclidajhepaekl
공식 URL https://chromewebstore.google.com/detail/doodledo/lpjblklnniedmmlajphclidajhepaekl
설명 DoodleDo
파일 크기 15.05 KB
설치 횟수 79
현재 버전 2.5
최근 업데이트 2016-12-09
출시 날짜 2016-12-09
평점 1.00/5 총 1 개의 평점
개발자 https://dasveloper.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DoodleDo",
    "manifest_version": 2,
    "version": "2.5",
    "description": "DoodleDo",
    "icons": {
        "16": "smallicon.png",
        "48": "medicon.png",
        "128": "largeicon.png"
    },
    "browser_action": {
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles\/doodledo.css",
                "styles\/fontello.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/_\/chrome\/newtab*"
            ],
            "js": [
                "js\/doodle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/styles\/fonts\/fontello.woff"
    ],
    "permissions": [
        "https:\/\/dasveloper.com\/*"
    ]
}