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.”。
擴展截圖
下載Quick Board擴展crx文件
下載Quick Board擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | blpghclggghdadnnhgeibnbbjclfmmbm |
官方網址 | 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" } } |