Artstation Discover

Curated images from Artstation in your new tabs.

Artstation Discover là gì?

Artstation Discover là một tiện ích mở rộng Chrome được phát triển bởi ArtStation, và tính năng chính của nó là "Curated images from Artstation in your new tabs.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Artstation Discover 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

                        ArtStation Discover enables art lovers to discover amazing new artwork while browsing. Simply open a new tab and it will load a random pick from ArtStation.com. Set which medium & subject matter to pull from. Like artworks and follow artists. 

v1.2.6 released
===========
Added support for new mediums and subject matter. 

NEW IN 1.2 - HISTORY AND LIKE/FOLLOW
===============================
You now have a history of all the works that have shown! Just click the history button and navigate back to what you've seen. Super useful for those situations when you see a fantastic artwork but the website you're browsing to loads. :)

You can also now Like artworks from within the extension, and Follow artists too. Just sign in to ArtStation at https://www.artstation.com, and when you load the extension, you'll see the Like and Follow buttons.

We've also improved the UI for when you're offline. 

SETTINGS
========
Click the gear icon on the bottom left of the screen. 
* Set which medium and subject matter to pull from.
* Set Autoplay - which automatically fetches a new image every 5 seconds (configurable).

Notes
====
If you are using the default Chrome home page which shows the bookmarks bar at the top of the page, you may find that using ArtStation Discover takes over the chrome home page and therefore your bookmarks bar doesn't show anymore. To always show your bookmark bar, you need to set chrome to always show it:

On Windows, go to your bookmarks settings and turn on "Show Bookmarks Bar". Ctrl + Shift + B
On Mac click "View > Always Show Bookmark Bar". Command + Shift + B                    

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

Tên Artstation Discover Artstation Discover
ID ghkbedmkakkdhfkhchadmkhlflnafocm
URL Chính Thức https://chrome.google.com/webstore/detail/artstation-discover/ghkbedmkakkdhfkhchadmkhlflnafocm
Mô tả Curated images from Artstation in your new tabs.
Kích Thước Tệp 5.74 MB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2020-09-27
Ngày Phát Hành 2020-04-30
Đánh Giá 4.54/5 Tổng số 153 Đánh Giá
Nhà Phát Triển ArtStation
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.artstation.com
URL Trang Trợ Giúp https://help.artstation.com/
URL Trang Chính Sách Bảo Mật https://www.artstation.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Artstation Discover",
    "icons": {
        "48": "\/assets\/img\/icon.png"
    },
    "description": "Curated images from Artstation in your new tabs.",
    "version": "1.2.7",
    "browser_action": {
        "default_icon": "\/assets\/img\/icon.png",
        "default_title": "Go to Artstation"
    },
    "permissions": [
        "cookies",
        "https:\/\/www.artstation.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "artstation.html"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/background.js"
        ]
    }
}