Google Drive Image Embedder

Google drive's shareable links of image files are not useable in html. This extension generates URLs to use in HTML img src

Google Drive Image Embedderคืออะไร?

Google Drive Image Embedder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sakibul Islam และคุณลักษณะหลักของมันคือ "Google drive's shareable links of image files are not useable in html. This extension generates URLs to use in HTML img src"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Drive Image Embedder

ดาวน์โหลดไฟล์ส่วนขยาย Google Drive Image Embedder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        If you have some images on google drive and you want to link the images to your website or in the  element of your HTML you need the image links. But the regular shareable link of the file from google drive doesn't work in that case. So this extension will generate image URLs for you to use in HTML.

Benefits:
* You can use google Drive images on your website.
* Host images on google drive
* Customize the image size.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Drive Image Embedder Google Drive Image Embedder
ID lmelcclljhofgpgfoikclmbknflfjbah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-drive-image-embedd/lmelcclljhofgpgfoikclmbknflfjbah
คำอธิบาย Google drive's shareable links of image files are not useable in html. This extension generates URLs to use in HTML img src
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-10
วันที่เผยแพร่ 2022-10-04
ผู้พัฒนา Sakibul Islam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Google drive's shareable links of image files are not useable in html. This extension generates URLs to use in HTML img src",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Google Drive Image Embedder",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAih64SVqivUmkvNuyiqUHWuFMzTFgpgItaybXpOCmZ+iGivCA7zzg3JskH7nY7BY4DT8aplTa+qlrFa1p70C9T6sKw63r3R8Ohh5H+PSc69iOmngIc5xCaecnVNm1QTt\/RnIVJvfgqDScQwf0sXE8NgP53P\/Z6aSPTFO4Ik\/dNkBZO7ilscS7CN3Fua8JHJVk89DaAAeivDH1Kyps3Nsdw77VA09JkiidTPK5E29t8\/oX6JnM2of\/tRAi\/QI4K0JLT258dZvMn6mcvur99qMBUTfh28R3SnLpyaPkIz8SJXEdUDNvZ02FqBJnUMWZG9Nx6NteKhSpc4jzKN1D5Im\/7QIDAQAB",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": "icons\/icon-34.png"
        }
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icons\/icon-128.png",
                "icons\/icon-34.png"
            ],
            "matches": []
        }
    ]
}