Moqups Extension

Capture screenshots, enable eyedropper, and create projects

Moqups Extension란 무엇입니까?

Moqups Extension은(는) https://moqups.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture screenshots, enable eyedropper, and create projects"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Moqups Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture Screenshots to the Library:
Take screenshots of websites and save them directly to the Moqups app. Make a mood board, look for inspiration, or create quick mockups. Grab a visible area, a selection, or the entire page, and add it instantly to your Team Images library.  

Enable Eyedropper for Color Picker:
Enable the eyedropper in the Moqups app so you can target any color on the page, and apply it instantly to your design elements. Look for the newly activated eyedropper icon in the Format Panel’s color picker.

Create Projects and Jump to Moqups:
Instantly create a new project, or go right to your account's Dashboard, by hitting the Moqups button in the top-right corner of your browser.

ABOUT MOQUPS
Moqups is a visual collaboration tool that combines whiteboard, diagram, and design features in a single, online app. Think, plan and collaborate in real time to create a wide range of visual materials for any project: wireframes, mockups, diagrams, mind maps, dashboards, and prototypes.                    

확장 프로그램 기본 정보

이름 Moqups Extension Moqups Extension
ID fkfehdnondfhgkechihgejkcnkhdbfna
공식 URL https://chromewebstore.google.com/detail/moqups-extension/fkfehdnondfhgkechihgejkcnkhdbfna
설명 Capture screenshots, enable eyedropper, and create projects
파일 크기 45.84 KB
설치 횟수 10,000
현재 버전 1.9
최근 업데이트 2021-03-24
출시 날짜 2020-03-24
평점 5.00/5 총 4 개의 평점
개발자 https://moqups.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://moqups.com
도움말 페이지 URL https://support.moqups.com
개인정보 보호 정책 페이지 URL https://moqups.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moqups Extension",
    "version": "1.9",
    "description": "Capture screenshots, enable eyedropper, and create projects",
    "incognito": "split",
    "permissions": [
        "https:\/\/api.moqups.com\/",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/app.moqups.com\/*",
            "https:\/\/app.moqups.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/app.moqups.com\/*",
                "https:\/\/app.moqups.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/colorpicker.css"
            ],
            "js": [
                "colorpicker.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "\/flow\/index.html",
        "default_title": "Moqups is a visual collaboration tool that combines whiteboard, diagram, and design features.",
        "default_icon": {
            "16": "images\/m16.png",
            "32": "images\/m32.png",
            "48": "images\/m48.png",
            "128": "images\/m128.png"
        }
    },
    "icons": {
        "16": "images\/m16.png",
        "32": "images\/m32.png",
        "48": "images\/m48.png",
        "128": "images\/m128.png"
    },
    "manifest_version": 2
}