AISEO ART EXTENSION
AISEO ART - Edit images super easily.
Что такое AISEO ART EXTENSION?
AISEO ART EXTENSION - это расширение Chrome, разработанное jan.buzan.1997, и его основная функция - "AISEO ART - Edit images super easily.".
Снимки экрана расширения
Скачать файл CRX расширения AISEO ART EXTENSION
Скачайте файлы расширений AISEO ART EXTENSION в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AISEO Art is a chrome extension that allows you to create variations of any image on the web with just a few clicks. With this extension, you can easily add filters, adjust colors, and apply different styles to any image on a website. Whether you're a designer, artist, or just looking to have some fun, AISEO Art makes it easy to create unique and interesting images that stand out. Give it a try and see what you can create! Основная информация о расширении
| Название | |
| ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
| Официальный URL | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
| Описание | AISEO ART - Edit images super easily. |
| Размер файла | 198 KB |
| Количество установок | 481 |
| Текущая Версия | 0.0.5 |
| Последнее Обновление | 2023-03-30 |
| Дата публикации | 2023-02-03 |
| Рейтинг | 4.72/5 Всего 490 оценок |
| Разработчик | jan.buzan.1997 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://art.aiseo.ai/ |
| URL страницы помощи | https://art.aiseo.ai/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AISEO ART EXTENSION",
"description": "AISEO ART - Edit images super easily.",
"version": "0.0.5",
"manifest_version": 3,
"action": {
"default_title": "Popup default title",
"default_popup": ".\/pages\/popup\/index.html"
},
"permissions": [
"contextMenus",
"activeTab",
"tabs",
"storage"
],
"background": {
"service_worker": ".\/scripts\/background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"web-components\/sidebar.css",
"web-components\/imagebox.css",
"images\/symbol.png",
"images\/aiseo.png"
],
"matches": [
"https:\/\/*\/*"
]
},
{
"resources": [
"web-components\/sidebar.html"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
".\/web-components\/bundle.js",
".\/web-components\/art_sidebar.js",
".\/scripts\/content.js",
".\/scripts\/sidebarContent.js"
]
}
],
"icons": {
"16": ".\/images\/symbol.png",
"24": ".\/images\/symbol.png",
"32": ".\/images\/symbol.png",
"128": ".\/images\/symbol.png"
}
} | |