365 Design Tips

Every tab a new design tip!

Cos'è 365 Design Tips?

365 Design Tips è un'estensione di Chrome sviluppata da fonsmans, e la sua funzione principale è "Every tab a new design tip!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 365 Design Tips

Scarica i file di estensione 365 Design Tips in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 365 Design Tips 365 Design Tips
ID hjclckaejjkkhpfjblmfdkknjbgijepe
URL Ufficiale https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe
Descrizione Every tab a new design tip!
Dimensione del File 107 KB
Conteggio Installazioni 1,477
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-08-08
Data di Pubblicazione 2023-08-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore fonsmans
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.producthunt.com/products/365-design-tips
Lingue Supportate 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"
    ]
}