Webpage Palette
Extract a palette from your webpage!
Webpage Paletteとは何ですか?
Webpage PaletteはKy404によって開発されたChromeの拡張機能で、その主な機能は「Extract a palette from your webpage!」です。
拡張機能のスクリーンショット
Webpage Palette拡張機能のCRXファイルをダウンロード
Webpage Palette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A user-friendly tool to distill a color palette from any website.
拡張機能の基本情報
名前 | Webpage Palette |
ID | mijaclaafpfelglilelknpmoknkbdaca |
公式URL | https://chromewebstore.google.com/detail/webpage-palette/mijaclaafpfelglilelknpmoknkbdaca |
説明 | Extract a palette from your webpage! |
ファイルサイズ | 72.05 KB |
インストール数 | 532 |
現在のバージョン | 0.1 |
最終更新日 | 2023-11-15 |
公開日 | 2015-07-04 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Ky404 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kennethyang404/Webpage-Palette |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webpage Palette", "version": "0.1", "manifest_version": 2, "description": "Extract a palette from your webpage!", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |