365 Design Tips
Every tab a new design tip!
365 Design Tips क्या है?
365 Design Tips fonsmans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every tab a new design tip!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 365 Design Tips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |