365 Design Tips
Every tab a new design tip!
什麼是365 Design Tips?
365 Design Tips是由fonsmans開發的Chrome擴展程式,該擴展的主要功能是“Every tab a new design tip!”。
擴展截圖
下載365 Design Tips擴展crx文件
下載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 |
ID | hjclckaejjkkhpfjblmfdkknjbgijepe |
官方網址 | 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" ] } |