AISEO ART EXTENSION
AISEO ART - Edit images super easily.
AISEO ART EXTENSION là gì?
AISEO ART EXTENSION là một tiện ích mở rộng Chrome được phát triển bởi jan.buzan.1997, và tính năng chính của nó là "AISEO ART - Edit images super easily.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AISEO ART EXTENSION
Tải xuống các tệp mở rộng AISEO ART EXTENSION dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AISEO ART EXTENSION |
ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
URL Chính Thức | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
Mô tả | AISEO ART - Edit images super easily. |
Kích Thước Tệp | 198 KB |
Số Lần Cài Đặt | 481 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2023-03-30 |
Ngày Phát Hành | 2023-02-03 |
Đánh Giá | 4.72/5 Tổng số 490 Đánh Giá |
Nhà Phát Triển | jan.buzan.1997 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://art.aiseo.ai/ |
URL Trang Trợ Giúp | https://art.aiseo.ai/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |