Color Grab
Steal beautiful colors from Dribbble easily.
Vad är Color Grab?
Color Grab är en Chrome-tillägg utvecklad av tekeste.kidanu, och dess huvudfunktion är "Steal beautiful colors from Dribbble easily.".
Tilläggsskärmbilder
Ladda ner Color Grab-förlängningens CRX-fil
Ladda ner Color Grab-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
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äggande Information om Tillägg
| Namn | |
| ID | aiamoeimgpbjfhmagepggjdickchgpfd |
| Officiell webbadress | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
| Beskrivning | Steal beautiful colors from Dribbble easily. |
| Filstorlek | 46.97 KB |
| Antal Installationer | 698 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-07-06 |
| Publiceringsdatum | 2018-07-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | tekeste.kidanu |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |