Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
什麼是Palettes from Coolors?
Palettes from Coolors是由rajesh64727開發的Chrome擴展程式,該擴展的主要功能是“Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.”。
擴展截圖
下載Palettes from Coolors擴展crx文件
下載Palettes from Coolors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hi, Shows "coolors.co" color palettes in your web page. It can be -repositioned -enabled/ disabled (by clicking on extension icon again) -used to get new palettes by pressing 'space' key again and again. This piece of work is meant not to harm any business interest of coolors.co and should be treated as compliment from a web developer. In case of any conflict please let me know earliest.
擴展基本資訊
名稱 | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
官方網址 | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
簡介 | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
檔案大小 | 12.64 KB |
安裝次數 | 1,403 |
目前版本 | 1.0 |
更新時間 | 2021-09-14 |
上架時間 | 2020-08-16 |
開發者 | rajesh64727 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rajesh64727.github.io/ |
說明頁面URL | https://rajesh64727.github.io/ |
隱私政策頁面URL | https://rajesh64727.github.io/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Palettes from Coolors", "version": "1.0", "description": "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.", "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } } |