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 |
官方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" } } |