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
Eメール [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
}