Moqups Extension

Capture screenshots, enable eyedropper, and create projects

Moqups Extensionคืออะไร?

Moqups Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moqups.com และคุณลักษณะหลักของมันคือ "Capture screenshots, enable eyedropper, and create projects"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moqups Extension

ดาวน์โหลดไฟล์ส่วนขยาย Moqups Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}