Artdash
This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…
Artdashとは何ですか?
Artdashはaberttangによって開発されたChromeの拡張機能で、その主な機能は「This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…」です。
拡張機能のスクリーンショット
Artdash拡張機能のCRXファイルをダウンロード
Artdash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show more pictures on one page
Load pictures with page numbers, no need to scroll.
Multiple channel combined search
Load 100 pictures at a time
Batch download 拡張機能の基本情報
| 名前 | |
| ID | djoimljlahpegjdfmfdeckgdbeghhjdm |
| 公式URL | https://chromewebstore.google.com/detail/artdash/djoimljlahpegjdfmfdeckgdbeghhjdm |
| 説明 | This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in… |
| ファイルサイズ | 863 KB |
| インストール数 | 228 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2023-04-25 |
| 公開日 | 2021-11-20 |
| 開発者 | aberttang |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| プライバシーポリシーページのURL | https://www.pinnbaba.com/privacy |
| 対応言語 | en,pt-BR,ru,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "zh_CN",
"description": "__MSG_description__",
"version": "0.0.3",
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"64": "assets\/64.png",
"128": "assets\/128.png"
},
"permissions": [
"storage",
"identity",
"downloads"
],
"host_permissions": [
"https:\/\/www.artstation.com\/*"
],
"options_page": "options.html",
"oauth2": {
"client_id": "186220532281-o33ah8jbbmrhe00h2ou3q1bqps6v6pk7.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
}
} | |