365 Design Tips

Every tab a new design tip!

What is 365 Design Tips?

365 Design Tips is a Chrome extension developed by fonsmans, and its main feature is "Every tab a new design tip!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 365 Design Tips Extension CRX File

Download 365 Design Tips 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

                        Elevate your design game with every new tab! Get bite-sized design tips, from color theory to layout hacks, right in your browser. Tips by Fons Mans.

This plugin contains:
- 365 Design tips.
- A "Buy me a coffee" Donate button to support this product.                    

Extension Basic Information

Name 365 Design Tips 365 Design Tips
ID hjclckaejjkkhpfjblmfdkknjbgijepe
Official URL https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe
Description Every tab a new design tip!
File Size 107 KB
Installation Count 1,477
Current Version 0.0.2
Last Updated 2023-08-08
Publish Date 2023-08-07
Rating 5.00/5 Total 4 Ratings
Developer fonsmans
Email [email protected]
Payment Type free
Extension Website https://www.producthunt.com/products/365-design-tips
Supported Languages en
manifest.json
{
    "name": "365 Design Tips",
    "short_name": "365",
    "version": "0.0.2",
    "description": "Every tab a new design tip!",
    "icons": {
        "512": "icon512.png",
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.producthunt.com\/products\/365-design-tips",
    "action": {
        "default_title": "365 Design Tips",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "storage"
    ]
}