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
扩展基本信息
名称 | 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';" } } |