Placeholder Image

Quickly generate and find the right placeholder image for work!

什么是Placeholder Image?

Placeholder Image是由mike开发的Chrome扩展程序,该扩展的主要功能是“Quickly generate and find the right placeholder image for work!”。

扩展截图

screenshot

下载Placeholder Image扩展crx文件

下载Placeholder Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
官方URL https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
简介 Quickly generate and find the right placeholder image for work!
文件大小 29.3 MB
安装次数 161
当前版本 1.2
更新时间 2019-08-30
上架时间 2019-08-25
评分 4.33/5 共3次评分
开发者 mike
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bit.ly/2GN6q1F
帮助页面URL https://github.com/smallpaes/find-placeholder-image
支持的语言 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
}