Artdash

This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…

Artdash là gì?

Artdash là một tiện ích mở rộng Chrome được phát triển bởi aberttang, và tính năng chính của nó là "This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Artdash

Tải xuống các tệp mở rộng Artdash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Artdash Artdash
ID djoimljlahpegjdfmfdeckgdbeghhjdm
URL Chính Thức https://chromewebstore.google.com/detail/artdash/djoimljlahpegjdfmfdeckgdbeghhjdm
Mô tả This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…
Kích Thước Tệp 863 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2021-11-20
Nhà Phát Triển aberttang
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.pinnbaba.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}