Placeholder Image

Quickly generate and find the right placeholder image for work!

Wat is Placeholder Image?

Placeholder Image is een Chrome-extensie ontwikkeld door mike, en de belangrijkste functie is "Quickly generate and find the right placeholder image for work!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Placeholder Image

Download Placeholder Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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"                    

Basisinformatie over de Extensie

Naam Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
Officiële URL https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
Beschrijving Quickly generate and find the right placeholder image for work!
Bestandsgrootte 29.3 MB
Aantal Installaties 161
Huidige Versie 1.2
Laatst Bijgewerkt 2019-08-30
Publicatiedatum 2019-08-25
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar mike
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bit.ly/2GN6q1F
Help Pagina-URL https://github.com/smallpaes/find-placeholder-image
Ondersteunde Talen 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
}