Easy Image Embed

This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.

Easy Image Embedคืออะไร?

Easy Image Embed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Cooper และคุณลักษณะหลักของมันคือ "This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Image Embed

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

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

                        Embedding images from photo hosting sites (or elsewhere) into a forum reply or blog post can be an inconvenient process. This extension allows you to right-click on any* image, choose "Copy image as [IMG]", and a BBcode-compatible [IMG] tag will be automatically copied to your clipboard. Simply paste that into the reply window on most forums and the image will be embedded into your reply. (Some sites have copy-protection code in place that will prevent this extension from working. This extension is not designed to circumvent any such measures.)

Your privacy is important, so this extension doesn't use any tracking whatsoever. It can't see anything in your browser except images that you copy as [IMG] tags. No statistics or image data is sent back to any central server. However, I would really appreciate it if you'd leave a comment or review if this extension has helped you out.                    

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

ชื่อ Easy Image Embed Easy Image Embed
ID ofceejfjemidnkagmiopgbjcjeomoonc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-image-embed/ofceejfjemidnkagmiopgbjcjeomoonc
คำอธิบาย This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.
ขนาดไฟล์ 29.58 KB
จำนวนการติดตั้ง 324
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2015-07-16
วันที่เผยแพร่ 2015-07-16
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ian Cooper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Image Embed",
    "author": "Ian Cooper",
    "description": "This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.",
    "version": "3.0.2",
    "icons": {
        "16": "eie-16.png",
        "48": "eie-48.png",
        "64": "eie-64.png",
        "128": "eie-128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ]
}