Adobe Creative Cloud

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

Τι είναι το Adobe Creative Cloud;

Το Adobe Creative Cloud είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adobe Inc., και η κύρια λειτουργία του είναι "Capture colors, patterns, shapes and gradients to inspire your own creations".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Adobe Creative Cloud

Λήψη αρχείων επέκτασης Adobe Creative Cloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}