DoodleDo
DoodleDo
什麼是DoodleDo?
DoodleDo是由https://dasveloper.com開發的Chrome擴展程式,該擴展的主要功能是“DoodleDo”。
擴展截圖
下載DoodleDo擴展crx文件
下載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 |
ID | lpjblklnniedmmlajphclidajhepaekl |
官方網址 | 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\/*" ] } |