365 Design Tips

Every tab a new design tip!

Co to jest 365 Design Tips?

365 Design Tips to rozszerzenie Chrome opracowane przez fonsmans, a jego główną funkcją jest „Every tab a new design tip!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 365 Design Tips

Pobierz pliki rozszerzeń 365 Design Tips w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 365 Design Tips 365 Design Tips
ID hjclckaejjkkhpfjblmfdkknjbgijepe
Oficjalny URL https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe
Opis Every tab a new design tip!
Rozmiar pliku 107 KB
Liczba instalacji 1,477
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2023-08-08
Data Publikacji 2023-08-07
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper fonsmans
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.producthunt.com/products/365-design-tips
Obsługiwane Języki 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"
    ]
}