ADG3 Colour Palette
Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours
Wat is ADG3 Colour Palette?
ADG3 Colour Palette is een Chrome-extensie ontwikkeld door jyeo, en de belangrijkste functie is "Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours".
Extensie Screenshots
Download het CRX-bestand van de extensie ADG3 Colour Palette
Download ADG3 Colour Palette-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | cpppajdfpmdjfobcgckipemnoahhebnm |
Officiële URL | https://chrome.google.com/webstore/detail/cpppajdfpmdjfobcgckipemnoahhebnm |
Beschrijving | Pop out palette for quickly accessing the Atlassian Design Guidelines 3 colours |
Bestandsgrootte | 9.89 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-11-16 |
Publicatiedatum | 2017-11-16 |
Ontwikkelaar | jyeo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |