Artstation Plus

Adding new features to Artstation

Artstation Plusคืออะไร?

Artstation Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://demiart.ru และคุณลักษณะหลักของมันคือ "Adding new features to Artstation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artstation Plus

ดาวน์โหลดไฟล์ส่วนขยาย Artstation Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        — New Ratio parameter has been added to the preview list, which displays the ratio of likes to views. Each preview now shows the number of views and likes.
— Dropdown list has been added to the «Manage Portfolio» page for your Artstation artworks. This dropdown list allows you to sort your portfolio by date, views, likes, and ratios.
— «Download all images» button on each user profiles.
— Add to preview info about the place in the trends.
— Legacy Preview design — disable slow animation of title on previews. You can switch to modern design in the extension settings.

Github: https://github.com/demiurge-ash/artstation-plus                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Artstation Plus Artstation Plus
ID ebdenohdcbolldkofcepdbjdibghkndc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/artstation-plus/ebdenohdcbolldkofcepdbjdibghkndc
คำอธิบาย Adding new features to Artstation
ขนาดไฟล์ 32.84 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2023-05-23
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://demiart.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/demiurge-ash/artstation-plus
URL หน้าช่วยเหลือ https://github.com/demiurge-ash/artstation-plus/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artstation Plus",
    "version": "3.5.0",
    "description": "Adding new features to Artstation",
    "manifest_version": 3,
    "icons": {
        "72": "icons\/icon-72.png",
        "128": "icons\/icon-128.png"
    },
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.artstation.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/crosshairs.svg",
                "icons\/eye.svg",
                "icons\/thumbs-up.svg",
                "icons\/trend.svg",
                "icons\/download.svg",
                "css\/styles.css",
                "ui\/download.html",
                "ui\/download.js"
            ],
            "matches": [
                "*:\/\/*.artstation.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.artstation.com\/*"
            ],
            "js": [
                "js\/functions.js",
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}