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 |
| 官方網址 | 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"
}
} | |