Visualist Chrome Extension

Visualist Chrome Extension

Visualist Chrome Extension là gì?

Visualist Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://visualistapp.com, và tính năng chính của nó là "Visualist Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visualist Chrome Extension

Tải xuống các tệp mở rộng Visualist Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save visual references on the go and create colour palettes inspired by the things you see, when you see them.

Get this extension to...
🟠 Save images to your Visualist account as you're browsing the web.

Coming soon...
🟣 Pick colours, create palettes, and get their codes: HEX, RGB, CMYK and Pantone.
🟢 Screenshot an entire page or just the part that you need.

You need a Visualist account to fully enjoy this extension. 
Sign up for an account at visualistapp.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visualist Chrome Extension Visualist Chrome Extension
ID mpmjfnoallmefkjpjlkkopgdnfijdlkp
URL Chính Thức https://chromewebstore.google.com/detail/visualist-chrome-extensio/mpmjfnoallmefkjpjlkkopgdnfijdlkp
Mô tả Visualist Chrome Extension
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2023-10-17
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://visualistapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.visualistapp.com/
URL Trang Trợ Giúp https://www.visualist.tawk.help
URL Trang Chính Sách Bảo Mật https://www.visualistapp.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualist Chrome Extension",
    "short_name": "visualist-x",
    "version": "0.4.0",
    "manifest_version": 3,
    "description": "Visualist Chrome Extension",
    "homepage_url": "https:\/\/my.visualistapp.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/dev.visualistapp.com\/*",
        "https:\/\/beta.visualistapp.com\/*",
        "https:\/\/my.visualistapp.com\/*"
    ],
    "action": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dev.visualistapp.com\/*",
            "https:\/\/beta.visualistapp.com\/*",
            "https:\/\/my.visualistapp.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.*",
                "fonts\/*.*",
                "*.js.map"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}