Quick Board

Quick Board

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

Merlin
Additional files are visible only to premium users

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