Placeholder Image

Quickly generate and find the right placeholder image for work!

Placeholder Image क्या है?

Placeholder Image mike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly generate and find the right placeholder image for work!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Placeholder Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}