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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 Palettes from Coolors
ID mdfgfkplamgcjdoelfkobgdoopbflloc
公式URL 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
Eメール [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"
    }
}