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