Placeholder Image

Quickly generate and find the right placeholder image for work!

Co je Placeholder Image?

Placeholder Image je rozšíření Chrome vyvinuté mike, a jeho hlavní funkcí je „Quickly generate and find the right placeholder image for work!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Placeholder Image

Stáhněte si soubory rozšíření Placeholder Image ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"                    

Základní Informace o Rozšíření

Název Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
Oficiální URL https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
Popis Quickly generate and find the right placeholder image for work!
Velikost souboru 29.3 MB
Počet instalací 161
Aktuální Verze 1.2
Poslední Aktualizace 2019-08-30
Datum Vydání 2019-08-25
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář mike
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bit.ly/2GN6q1F
URL Stránky Nápovědy https://github.com/smallpaes/find-placeholder-image
Podporované Jazyky 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
}