Quick Board

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

Quick Board란 무엇입니까?

Quick Board은(는) Stuff I Wanted에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Quick Board 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Quick Board Quick Board
ID blpghclggghdadnnhgeibnbbjclfmmbm
공식 URL https://chromewebstore.google.com/detail/quick-board/blpghclggghdadnnhgeibnbbjclfmmbm
설명 Turns page with images (Twitter, Google Keep, Pixiv, DeviantArt, Pinterest) into an interactive mood board or art reference sheet.
파일 크기 5.91 KB
설치 횟수 35
현재 버전 1.2
최근 업데이트 2022-11-27
출시 날짜 2022-08-15
개발자 Stuff I Wanted
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}