Уроки дизайна на PhotoDrum.com
Уроки по Photoshop, Illustrator, Cinema 4D, WEB
Was ist Уроки дизайна на PhotoDrum.com?
Уроки дизайна на PhotoDrum.com ist eine Chrome-Erweiterung, die von https://photodrum.com entwickelt wurde, und ihr Hauptmerkmal ist "Уроки по Photoshop, Illustrator, Cinema 4D, WEB".
Erweiterungsscreenshots
Уроки дизайна на PhotoDrum.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie Уроки дизайна на PhotoDrum.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Установив это расширение вы станете в одном клике от самых интересных и захватывающих уроков и статей.
Будьте в курсе самых свежих уроков и статей по Adobe Photoshop, Illustrator, Maxon Cinema 4D, а также WEB-технологиям. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cdhieenbjcclmkfipmdhegcanoiooeep |
| Offizielle URL | https://chromewebstore.google.com/detail/%D1%83%D1%80%D0%BE%D0%BA%D0%B8-%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD%D0%B0-%D0%BD%D0%B0-photodru/cdhieenbjcclmkfipmdhegcanoiooeep |
| Beschreibung | Уроки по Photoshop, Illustrator, Cinema 4D, WEB |
| Dateigröße | 110 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 2.2.6 |
| Letztes Update | 2017-04-24 |
| Veröffentlichungsdatum | 2017-04-24 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://photodrum.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | ru |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"css": "css\/styles.css",
"default_icon": {
"128": "icon.png",
"16": "icon.png",
"38": "icon.png",
"48": "icon.png"
},
"default_popup": "index.html",
"default_title": "\u0423\u0440\u043e\u043a\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0430 \u043d\u0430 PhotoDrum.com"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/photodrum.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"description": "\u0423\u0440\u043e\u043a\u0438 \u043f\u043e Photoshop, Illustrator, Cinema 4D, WEB",
"icons": {
"128": "icon.png",
"16": "icon.png",
"38": "icon.png",
"48": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwm8bIqhZx7u\/b\/PFxhF6XI6GeBI3y3kwIhJHZCuSmXEneeGXTJA\/a9obUEkXOGjxOZbuKTUX+CLY1BQFR5t8FV3+bgVM1Pvokqsoa62MmqgTd+iFUMKjheDpESgjbnd874qTrmAitP9cBbiq1wreMVPvSy14w5wdM6wk56F0BMXePGxgQwGEt7baFcKVXlTKFbAq5+N+4rAGgS4PdoRSIQDeDA9uiOcRx78ZPBU7LuGfI5JeCJ\/5sVPCrz4AqxLc5cng7ZsHCIOMDJgh6yfw0qmPMGLehFnY5Kj7TtBc0quLc2dB2hjlIn24zoiwqMOhe3cGXIWhgJR+uZFR8KXgzwIDAQAB",
"manifest_version": 2,
"name": "\u0423\u0440\u043e\u043a\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0430 \u043d\u0430 PhotoDrum.com",
"permissions": [
"alarms",
"storage",
"cookies",
"notifications",
"https:\/\/photodrum.com\/*"
],
"short_name": "PhotoDrum",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.2.6"
} | |