Artstation Plus
Adding new features to Artstation
Artstation Plus là gì?
Artstation Plus là một tiện ích mở rộng Chrome được phát triển bởi https://demiart.ru, và tính năng chính của nó là "Adding new features to Artstation".
Ả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 Artstation Plus
Tải xuống các tệp mở rộng Artstation Plus 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
— New Ratio parameter has been added to the preview list, which displays the ratio of likes to views. Each preview now shows the number of views and likes. — Dropdown list has been added to the «Manage Portfolio» page for your Artstation artworks. This dropdown list allows you to sort your portfolio by date, views, likes, and ratios. — «Download all images» button on each user profiles. — Add to preview info about the place in the trends. — Legacy Preview design — disable slow animation of title on previews. You can switch to modern design in the extension settings. Github: https://github.com/demiurge-ash/artstation-plus
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Artstation Plus |
ID | ebdenohdcbolldkofcepdbjdibghkndc |
URL Chính Thức | https://chromewebstore.google.com/detail/artstation-plus/ebdenohdcbolldkofcepdbjdibghkndc |
Mô tả | Adding new features to Artstation |
Kích Thước Tệp | 32.84 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 3.5.0 |
Cập Nhật Lần Cuối | 2024-01-14 |
Ngày Phát Hành | 2023-05-23 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://demiart.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/demiurge-ash/artstation-plus |
URL Trang Trợ Giúp | https://github.com/demiurge-ash/artstation-plus/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Artstation Plus", "version": "3.5.0", "description": "Adding new features to Artstation", "manifest_version": 3, "icons": { "72": "icons\/icon-72.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "ui\/options.html", "open_in_tab": false }, "permissions": [ "activeTab", "downloads", "storage" ], "host_permissions": [ "*:\/\/*.artstation.com\/*" ], "web_accessible_resources": [ { "resources": [ "icons\/crosshairs.svg", "icons\/eye.svg", "icons\/thumbs-up.svg", "icons\/trend.svg", "icons\/download.svg", "css\/styles.css", "ui\/download.html", "ui\/download.js" ], "matches": [ "*:\/\/*.artstation.com\/*" ] } ], "background": { "service_worker": "worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.artstation.com\/*" ], "js": [ "js\/functions.js", "js\/content.js" ], "run_at": "document_idle" } ] } |