ADG3 Colour Palette

Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours

What is ADG3 Colour Palette?

ADG3 Colour Palette is a Chrome extension developed by jyeo, and its main feature is "Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours".

Extension Screenshots

screenshot

Download ADG3 Colour Palette Extension CRX File

Download ADG3 Colour Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ADG3 Colour Palette ADG3 Colour Palette
ID cpppajdfpmdjfobcgckipemnoahhebnm
Official URL https://chrome.google.com/webstore/detail/cpppajdfpmdjfobcgckipemnoahhebnm
Description Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours
File Size 9.89 KB
Installation Count 47
Current Version 1.3
Last Updated 2017-11-16
Publish Date 2017-11-16
Developer jyeo
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ADG3 Colour Palette",
    "description": "Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours",
    "version": "1.3",
    "browser_action": {
        "default_icon": "\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png"
    }
}