365 Design Tips

Every tab a new design tip!

365 Design Tipsคืออะไร?

365 Design Tips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fonsmans และคุณลักษณะหลักของมันคือ "Every tab a new design tip!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 365 Design Tips

ดาวน์โหลดไฟล์ส่วนขยาย 365 Design Tips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 365 Design Tips 365 Design Tips
ID hjclckaejjkkhpfjblmfdkknjbgijepe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe
คำอธิบาย Every tab a new design tip!
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 1,477
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2023-08-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา fonsmans
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.producthunt.com/products/365-design-tips
ภาษาที่รองรับ 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"
    ]
}