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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Artdash |
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 |
이메일 | [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';" } } |