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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}