Quick Board

Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet.

Quick Board là gì?

Quick Board là một tiện ích mở rộng Chrome được phát triển bởi Stuff I Wanted, và tính năng chính của nó là "Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet.".

Ả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 Quick Board

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

                        Quickly creates a simple image board for your art reference needs!

Grabs all the images in a page, and automatically creates an image board by recreating a simple blank page containing only the images. These images can then be dragged around to rearrange how the images are oriented. Javascript must be enabled.

Adjust the image size using a slider, and delete or add new images to the board.

Great for creating mood boards, art reference sheets, etc. from your favourite art/photography website.

*Directions*
Open a website with images, and then click on the Boardify extension icon. Refresh the page to return to the original website.

To save the board configuration, simply press CTRL + S to save the current page as a HTML and reopen it whenever you want.

v1.1 - adjusted minimum size of image for other websites to work.
v1.2 - added lots of customisation - adjust image sizes or delete/add images                    

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

Tên Quick Board Quick Board
ID blpghclggghdadnnhgeibnbbjclfmmbm
URL Chính Thức https://chromewebstore.google.com/detail/quick-board/blpghclggghdadnnhgeibnbbjclfmmbm
Mô tả Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet.
Kích Thước Tệp 5.91 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-11-27
Ngày Phát Hành 2022-08-15
Nhà Phát Triển Stuff I Wanted
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Board",
    "action": [],
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "description": "Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}