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
官方網址 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
}