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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |