Adobe Creative Cloud

Capture colors, patterns, shapes and gradients to inspire your own creations

Adobe Creative Cloud란 무엇입니까?

Adobe Creative Cloud은(는) Adobe Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture colors, patterns, shapes and gradients to inspire your own creations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Adobe Creative Cloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get inspiration from the web’s most beautiful designs and artwork that you can use to inspire your own creations.   ​

The Creative Cloud for Chrome extension lets you capture color palettes, patterns, shapes and gradients, and save to your Adobe Creative Cloud Libraries in just a few clicks. Once saved to Libraries, they’ll be ready to share or re-use in your own designs.​ 

With Creative Cloud Libraries, you’ll have access to brand assets right inside your favorite Adobe apps like Photoshop, Illustrator, Premiere Pro, and XD. So whether you’re working on a website, mobile app, or promotional video, you’ll be all using the same assets to ensure consistency.

There’s even free public libraries of over 3,000 graphics and creative elements from some amazing artists available to help you re-create a look or  jumpstart designs.

https://creativecloud.adobe.com/cc/libraries/?x-product=CCHome&x-product-location=librariesForAll&locale=en

And with the same “Adobe Capture” capabilities on mobile, Photoshop desktop and now on Google Chrome, you’ll be ready to capture inspiration anytime and anywhere it strikes.​                    

확장 프로그램 기본 정보

이름 Adobe Creative Cloud Adobe Creative Cloud
ID bhbmbcgcieopphpjcakcadfphkejpnpn
공식 URL https://chromewebstore.google.com/detail/adobe-creative-cloud/bhbmbcgcieopphpjcakcadfphkejpnpn
설명 Capture colors, patterns, shapes and gradients to inspire your own creations
파일 크기 1.28 MB
설치 횟수 40,738
현재 버전 1.0.2
최근 업데이트 2023-09-25
출시 날짜 2021-05-10
평점 4.00/5 총 10 개의 평점
개발자 Adobe Inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.adobe.com/privacy/policy.html
지원되는 언어 de,en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/cc_appicon_16.png",
        "18": "assets\/cc_appicon_18.png",
        "24": "assets\/cc_appicon_24.png",
        "60": "assets\/cc_appicon_60.png",
        "128": "assets\/cc_appicon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval' https:\/\/js-agent.newrelic.com\/nr-spa-1198.min.js  https:\/\/bam.nr-data.net\/ https:\/\/use.typekit.net\/ruf7eed.js; object-src 'self'",
    "web_accessible_resources": [
        "index.html"
    ]
}