Mosaic
Hunt your hues. Directly from your browser.
Mosaicとは何ですか?
MosaicはSRMKZILLAによって開発されたChromeの拡張機能で、その主な機能は「Hunt your hues. Directly from your browser.」です。
拡張機能のスクリーンショット
Mosaic拡張機能のCRXファイルをダウンロード
Mosaic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mosaic is your new BFF for generating the perfect palette for your UI. Generate beautiful complimentary colors randomly or from our trusted trending palettes. We created Mosaic so that designers don't lose vision while creating a UI. It is FAST.SIMPLE.BEAUTIFUL. If you find a hex code that you want to incorporate in your design, simply add it to the palette and it is now housed on your browser! Fixated on a color? Lock your eyes on it. Mosaic allows you to lock a particular color and generate complementary others so that you never have to say goodbye to those amazing shades. Create.Snap.Share! Loving your palette that Mosaic created? Save it as a .png and share it with your team!
拡張機能の基本情報
名前 | |
ID | eimhoaekjnojedgcoikkiijnphklhfml |
公式URL | https://chrome.google.com/webstore/detail/mosaic/eimhoaekjnojedgcoikkiijnphklhfml |
説明 | Hunt your hues. Directly from your browser. |
ファイルサイズ | 769 KB |
インストール数 | 763 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-08-20 |
公開日 | 2020-08-18 |
評価 | 4.89/5 合計 18 レビュー |
開発者 | SRMKZILLA |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/srm-kzilla/mosaic |
ヘルプページのURL | https://github.com/srm-kzilla/mosaic/issues |
プライバシーポリシーページのURL | https://srmkzilla.net/projects/mosaic/policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mosaic", "version": "1.0.1", "description": "Hunt your hues. Directly from your browser.", "short_name": "Mosaic", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-cFyNkAh74muYbIHXxMOavrIesmPaGdNlvgLGgwG4KoE='; object-src 'self'" } |