PicHound - Professional Image Assistant

PicHound allows you to easily find and manage images on websites

PicHound - Professional Image Assistant là gì?

PicHound - Professional Image Assistant là một tiện ích mở rộng Chrome được phát triển bởi Jonathan, và tính năng chính của nó là "PicHound allows you to easily find and manage images on websites".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PicHound - Professional Image Assistant

Tải xuống các tệp mở rộng PicHound - Professional Image Assistant 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

                        📸 Powerful Management Plugin: Effortlessly Manage and Edit Abundant Images! 🌟

If you find yourself frequently dealing with a large number of images, this plugin is undoubtedly your best choice. Let's dive into its amazing features together! ✨

🌿 Batch Download and Filtering: Effortlessly Manage a Vast Amount of Images!
Handling a large quantity of images can be a daunting task, but PicHound is here to solve that challenge for you. It offers a one-click batch download and filtering feature, allowing you to quickly find the desired content within a vast collection of images. Whether you're gathering resources, organizing albums, or managing projects, PicHound provides immense convenience and boosts efficiency! 💪

🔍 Quick Open and Edit Images: Efficiency Improvement Is No Longer a Problem!
Have you ever encountered a situation where you wanted to make secondary edits to one of the images you were browsing through? The traditional approach would involve the cumbersome process of downloading and using external editing tools. However, PicHound simplifies this process significantly. Just click on the image within the platform, and you can swiftly open and make secondary edits, saving you both time and effort! Say goodbye to efficiency concerns! 💡

✨ Image Search by Image: Finding Similar Images Made Easy
If you frequently find yourself puzzled by an unknown image, this feature is undoubtedly your savior! 🌟 Whether you're shopping and want to find a similar product or you're captivated by a beautiful scenery during your travels, simply capture or upload the image, and PicHound will swiftly help you discover similar images. ✨

🔥 Built-in Window Layout: Bid Farewell to Tedious Operations for Easier Management!
In the past, managing images often involved switching between tabs, which was quite laborious. However, PicHound stands out by incorporating a built-in window layout, eliminating the need to open additional tabs for management. With its user-friendly and intuitive interface, you can effortlessly access and edit your images, saving time and enhancing work efficiency. Whether you're a photographer, designer, or any professional handling images, this feature will leave you enamored! 🖼️

PicHound is continuously developing and introducing more practical features. If you have any questions or suggestions, please feel free to reach out to us. We eagerly anticipate your feedback as we work together to create a more refined plugin! 📢

Please note that PicHound currently supports Chrome versions 114 and above, and it may not be compatible with other browsers.                    

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

Tên PicHound - Professional Image Assistant PicHound - Professional Image Assistant
ID elfdoindoanbfgpjkmgfenelmhlpjhci
URL Chính Thức https://chromewebstore.google.com/detail/pichound-professional-ima/elfdoindoanbfgpjkmgfenelmhlpjhci
Mô tả PicHound allows you to easily find and manage images on websites
Kích Thước Tệp 6.16 MB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 24.02.12
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-07-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jonathan
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.pichound.app/
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,hr,it,lv,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "24.02.12",
    "author": "[email protected]",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "tabs",
        "downloads",
        "downloads.shelf",
        "declarativeNetRequest",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.7f229555.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "root.7976c052.js"
            ],
            "run_at": "document_end",
            "css": [
                "root.12cb8e8b.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost;object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sandboxes\/message.html",
                "resources\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content.d0bb0058.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "root.90133ec3.ico",
                "root.7fd43091.ico",
                "root.6717f9ff.ico",
                "root.be2e292f.ico",
                "root.584e58b7.ico",
                "root.7245e132.png"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "en",
    "commands": {
        "download": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "Download current page images"
        },
        "downloadAll": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Download all pages images"
        },
        "sidepanel": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "Open side panel"
        }
    },
    "sandbox": {
        "pages": [
            "sandboxes\/message.html"
        ]
    }
}