Design of the day
A new gorgeous design product every new tab.
What is Design of the day?
Design of the day is a Chrome extension developed by Giuseppe Barbalinardo, and its main feature is "A new gorgeous design product every new tab.".
Extension Screenshots
Download Design of the day Extension CRX File
Download Design of the day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Be always up-to-date with the news from the Design world. Discover new projects every day thanks to Design of the day. Just navigate normally using your browser and the app will show you some new gorgeous design products, artists, and pictures. Design of the day uses the dead time while you switch tab to show you amazing ideas. You really like an idea and you want to discover more about it and related topics? Ok, I guess you can take a break, and spend a couple of minutes knowing the artist better. Just one click and you will be linked to the source of the article where you can get all the details about the project. If you are an expert designer or if you are just curious about this world, Design of the day will be your best companion to discover it.
Extension Basic Information
Name | Design of the day |
ID | iabhaicocjkcjoaemlhagkpgimegkgfj |
Official URL | https://chromewebstore.google.com/detail/design-of-the-day/iabhaicocjkcjoaemlhagkpgimegkgfj |
Description | A new gorgeous design product every new tab. |
File Size | 645 KB |
Installation Count | 190 |
Current Version | 1.0.5 |
Last Updated | 2020-06-25 |
Publish Date | 2020-06-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Giuseppe Barbalinardo |
[email protected] | |
Payment Type | free |
Extension Website | http://www.wevux.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Design of the day", "version": "1.0.5", "description": "A new gorgeous design product every new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/wevux.com\/feed" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/giuseppe.barbalinardo.com" } |