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 - это расширение Chrome, разработанное aberttang, и его основная функция - "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

Скачать файл CRX расширения Artdash

Скачайте файлы расширений 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
Официальный 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';"
    }
}