Placeholder Image

Quickly generate and find the right placeholder image for work!

ما هو Placeholder Image؟

Placeholder Image هو إضافة Chrome تم تطويرها بواسطة mike، والميزة الرئيسية لها هي "Quickly generate and find the right placeholder image for work!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Placeholder Image

قم بتنزيل ملفات الامتداد Placeholder Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}