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…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Artdash
ID djoimljlahpegjdfmfdeckgdbeghhjdm
官方網址 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';"
    }
}