Color Ink for Chrome
Create solid or transparent colors.
Vad är Color Ink for Chrome?
Color Ink for Chrome är en Chrome-tillägg utvecklad av https://www.emgrtools.com, och dess huvudfunktion är "Create solid or transparent colors.".
Tilläggsskärmbilder
Ladda ner Color Ink for Chrome-förlängningens CRX-fil
Ladda ner Color Ink for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | achikkhepgedlflnejhkmnfkkjnabcmf | 
| Officiell webbadress | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf | 
| Beskrivning | Create solid or transparent colors. | 
| Filstorlek | 112 KB | 
| Antal Installationer | 88 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2018-08-10 | 
| Publiceringsdatum | 2018-08-10 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | https://www.emgrtools.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://colorink.emgrtools.com/ | 
| URL till Sekretesspolicy Sidan | https://www.emgrtools.com/privacy | 
| Stödda Språk | 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"
    }
}  |  |