AISEO ART EXTENSION
AISEO ART - Edit images super easily.
什么是AISEO ART EXTENSION?
AISEO ART EXTENSION是由jan.buzan.1997开发的Chrome扩展程序,该扩展的主要功能是“AISEO ART - Edit images super easily.”。
扩展截图
下载AISEO ART EXTENSION扩展crx文件
下载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"
}
} | |