InstaSource

This extension makes it easier to share photos on instagram web.

InstaSourceคืออะไร?

InstaSource เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aytee และคุณลักษณะหลักของมันคือ "This extension makes it easier to share photos on instagram web."

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

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

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

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

                        The web version of instagram does not let you copy an image to clipboard or open it in a new tab in any practical way. That's why I created this simple extension - to make it more convenient to share an instagram image across the web.

This extension works especially well with Discord and slack, where you can copy the image link and paste it into the chat, and it will automatically convert the link to an image. Instagram's default share option is very unreliable. Sometimes it shows a preview, and sometimes it doesn't - making you have to click the link and go to instagram to view it.

Currently the functionality is only applied when viewing in feed mode or a single image. Does not support grid view as of yet.

Commands: 
Ctrl / CMD + left click = copy link to image
Shift + left click = open image in new tab                    

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

ชื่อ InstaSource InstaSource
ID lldobeceagfadoamljnfdbfhdndhibce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instasource/lldobeceagfadoamljnfdbfhdndhibce
คำอธิบาย This extension makes it easier to share photos on instagram web.
ขนาดไฟล์ 31.97 KB
จำนวนการติดตั้ง 520
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2022-03-21
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา aytee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaSource",
    "description": "This extension makes it easier to share photos on instagram web.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "192": "icon192.png",
        "512": "icon512.png"
    }
}