Color Ink for Chrome

Create solid or transparent colors.

什麼是Color Ink for Chrome?

Color Ink for Chrome是由https://www.emgrtools.com開發的Chrome擴展程式,該擴展的主要功能是“Create solid or transparent colors.”。

擴展截圖

screenshot

下載Color Ink for Chrome擴展crx文件

下載Color Ink for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Bring life to your world with the colors of your imagination with Color Ink. With an easy-to-use user interface, you can create solid or transparent colors in different formats, such as RGB, HEX and HSV, as well as RGBA and 8-digit hexadecimal that includes transparency. Use the color codes in your drawings, applications, web pages, everywhere!                    

擴展基本資訊

名稱 Color Ink for Chrome Color Ink for Chrome
ID achikkhepgedlflnejhkmnfkkjnabcmf
官方網址 https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf
簡介 Create solid or transparent colors.
檔案大小 112 KB
安裝次數 88
目前版本 1.1
更新時間 2018-08-10
上架時間 2018-08-10
評分 5.00/5 共 3 次評分
開發者 https://www.emgrtools.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://colorink.emgrtools.com/
隱私政策頁面URL https://www.emgrtools.com/privacy
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "EMGR Tools",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "Color Ink",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "homepage_url": "https:\/\/colorink.emgrtools.com\/",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "176": "icons\/icon176.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "EMGR Color Ink",
        "default_popup": "popup\/home.html"
    }
}