Placeholder Image

Quickly generate and find the right placeholder image for work!

Co to jest Placeholder Image?

Placeholder Image to rozszerzenie Chrome opracowane przez mike, a jego główną funkcją jest „Quickly generate and find the right placeholder image for work!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Placeholder Image

Pobierz pliki rozszerzeń Placeholder Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
Oficjalny URL https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
Opis Quickly generate and find the right placeholder image for work!
Rozmiar pliku 29.3 MB
Liczba instalacji 161
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-08-30
Data Publikacji 2019-08-25
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper mike
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bit.ly/2GN6q1F
Adres URL Strony Pomocy https://github.com/smallpaes/find-placeholder-image
Obsługiwane Języki 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
}