DoodleDo

DoodleDo

DoodleDoคืออะไร?

DoodleDo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dasveloper.com และคุณลักษณะหลักของมันคือ "DoodleDo"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DoodleDo

ดาวน์โหลดไฟล์ส่วนขยาย DoodleDo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}