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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}