Placeholder Image

Quickly generate and find the right placeholder image for work!

Vad är Placeholder Image?

Placeholder Image är en Chrome-tillägg utvecklad av mike, och dess huvudfunktion är "Quickly generate and find the right placeholder image for work!".

Tilläggsskärmbilder

screenshot

Ladda ner Placeholder Image-förlängningens CRX-fil

Ladda ner Placeholder Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Placeholder Image Placeholder Image
ID giidjkijabogomgacafdieofnebbmmpg
Officiell webbadress https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg
Beskrivning Quickly generate and find the right placeholder image for work!
Filstorlek 29.3 MB
Antal Installationer 161
Aktuell Version 1.2
Senast Uppdaterad 2019-08-30
Publiceringsdatum 2019-08-25
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare mike
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bit.ly/2GN6q1F
Hjälpsida URL https://github.com/smallpaes/find-placeholder-image
Stödda Språk 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
}