Color Grab
Steal beautiful colors from Dribbble easily.
Hvad er Color Grab?
Color Grab er en Chrome-udvidelse udviklet af tekeste.kidanu, og dens hovedfunktion er "Steal beautiful colors from Dribbble easily.".
Udvidelsesskærmbilleder
Download Color Grab-udvidelses-CRX-fil
Download Color Grab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension makes copying colors from Dribbble shots as easy a single click.
Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aiamoeimgpbjfhmagepggjdickchgpfd |
| Officiel URL | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
| Beskrivelse | Steal beautiful colors from Dribbble easily. |
| Filstørrelse | 46.97 KB |
| Antal Installationer | 698 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2018-07-06 |
| Udgivelsesdato | 2018-07-06 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | tekeste.kidanu |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Color Grab",
"description": "Steal beautiful colors from Dribbble easily.",
"version": "1.0",
"homepage_url": "https:\/\/twitter.com\/iamtekeste",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html"
},
"icons": {
"128": "128-icon.png"
},
"permissions": [
"activeTab",
"https:\/\/dribbble.com\/*"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/dribbble.com\/*"
],
"css": [
"tippy.css",
"content.css"
],
"js": [
"tippy.min.js",
"bundle.js"
]
}
]
} | |