365 Design Tips
Every tab a new design tip!
Wat is 365 Design Tips?
365 Design Tips is een Chrome-extensie ontwikkeld door fonsmans, en de belangrijkste functie is "Every tab a new design tip!".
Extensie Screenshots
Download het CRX-bestand van de extensie 365 Design Tips
Download 365 Design Tips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 365 Design Tips |
ID | hjclckaejjkkhpfjblmfdkknjbgijepe |
Officiële URL | https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe |
Beschrijving | Every tab a new design tip! |
Bestandsgrootte | 107 KB |
Aantal Installaties | 1,477 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-08-08 |
Publicatiedatum | 2023-08-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | fonsmans |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.producthunt.com/products/365-design-tips |
Ondersteunde Talen | 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" ] } |