DoodleDo

DoodleDo

DoodleDo là gì?

DoodleDo là một tiện ích mở rộng Chrome được phát triển bởi https://dasveloper.com, và tính năng chính của nó là "DoodleDo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DoodleDo

Tải xuống các tệp mở rộng DoodleDo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DoodleDo DoodleDo
ID lpjblklnniedmmlajphclidajhepaekl
URL Chính Thức https://chromewebstore.google.com/detail/doodledo/lpjblklnniedmmlajphclidajhepaekl
Mô tả DoodleDo
Kích Thước Tệp 15.05 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2016-12-09
Ngày Phát Hành 2016-12-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dasveloper.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}