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 |
电子邮箱 | [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" } } |