Artstation Plus
Adding new features to Artstation
Artstation Plusとは何ですか?
Artstation Plusはhttps://demiart.ruによって開発されたChromeの拡張機能で、その主な機能は「Adding new features to Artstation」です。
拡張機能のスクリーンショット
Artstation Plus拡張機能のCRXファイルをダウンロード
Artstation Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
— 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
拡張機能の基本情報
名前 | Artstation Plus |
ID | ebdenohdcbolldkofcepdbjdibghkndc |
公式URL | https://chromewebstore.google.com/detail/artstation-plus/ebdenohdcbolldkofcepdbjdibghkndc |
説明 | Adding new features to Artstation |
ファイルサイズ | 32.84 KB |
インストール数 | 115 |
現在のバージョン | 3.5.0 |
最終更新日 | 2024-01-14 |
公開日 | 2023-05-23 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | https://demiart.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/demiurge-ash/artstation-plus |
ヘルプページのURL | https://github.com/demiurge-ash/artstation-plus/issues |
対応言語 | 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" } ] } |