365 Design Tips

Every tab a new design tip!

365 Design Tips là gì?

365 Design Tips là một tiện ích mở rộng Chrome được phát triển bởi fonsmans, và tính năng chính của nó là "Every tab a new design tip!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 365 Design Tips

Tải xuống các tệp mở rộng 365 Design Tips dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 365 Design Tips 365 Design Tips
ID hjclckaejjkkhpfjblmfdkknjbgijepe
URL Chính Thức https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe
Mô tả Every tab a new design tip!
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 1,477
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2023-08-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển fonsmans
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.producthunt.com/products/365-design-tips
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}