DoodleDo
DoodleDo
Was ist DoodleDo?
DoodleDo ist eine Chrome-Erweiterung, die von https://dasveloper.com entwickelt wurde, und ihr Hauptmerkmal ist "DoodleDo".
Erweiterungsscreenshots
DoodleDo-Erweiterungs-CRX-Datei herunterladen
Laden Sie DoodleDo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | DoodleDo |
ID | lpjblklnniedmmlajphclidajhepaekl |
Offizielle URL | https://chromewebstore.google.com/detail/doodledo/lpjblklnniedmmlajphclidajhepaekl |
Beschreibung | DoodleDo |
Dateigröße | 15.05 KB |
Installationsanzahl | 79 |
Aktuelle Version | 2.5 |
Letztes Update | 2016-12-09 |
Veröffentlichungsdatum | 2016-12-09 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://dasveloper.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |