365 Design Tips
Every tab a new design tip!
Vad är 365 Design Tips?
365 Design Tips är en Chrome-tillägg utvecklad av fonsmans, och dess huvudfunktion är "Every tab a new design tip!".
Tilläggsskärmbilder
Ladda ner 365 Design Tips-förlängningens CRX-fil
Ladda ner 365 Design Tips-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hjclckaejjkkhpfjblmfdkknjbgijepe |
| Officiell webbadress | https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe |
| Beskrivning | Every tab a new design tip! |
| Filstorlek | 107 KB |
| Antal Installationer | 1,477 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2023-08-08 |
| Publiceringsdatum | 2023-08-07 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | fonsmans |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.producthunt.com/products/365-design-tips |
| Stödda Språk | 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"
]
} | |