DoodleDo
DoodleDo
ما هو DoodleDo؟
DoodleDo هو إضافة Chrome تم تطويرها بواسطة https://dasveloper.com، والميزة الرئيسية لها هي "DoodleDo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DoodleDo
قم بتنزيل ملفات الامتداد DoodleDo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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\/*" ] } |