Placeholder Image

Quickly generate and find the right placeholder image for work!

Placeholder Image là gì?

Placeholder Image là một tiện ích mở rộng Chrome được phát triển bởi mike, và tính năng chính của nó là "Quickly generate and find the right placeholder image for work!".

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

screenshot

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

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

                        Functions 1: Find the right placeholder image for your project
- Generate customized placeholder image with URL
- Search for the image you want through four famous website providing royalty free images


Function 2: Generate a report listing URLs of images with different size
- Simply right click on the image and choose "ShowImageURL"                    

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

Tên Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
URL Chính Thức https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
Mô tả Quickly generate and find the right placeholder image for work!
Kích Thước Tệp 29.3 MB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-08-30
Ngày Phát Hành 2019-08-25
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mike
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bit.ly/2GN6q1F
URL Trang Trợ Giúp https://github.com/smallpaes/find-placeholder-image
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placeholder Image",
    "version": "1.2",
    "description": "Quickly generate and find the right placeholder image for work!",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/image16.png",
            "32": "images\/image32.png",
            "48": "images\/image48.png",
            "128": "images\/image128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png",
        "128": "images\/image128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "manifest_version": 2
}