InstaSource

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

InstaSource란 무엇입니까?

InstaSource은(는) aytee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes it easier to share photos on instagram web."입니다.

확장 프로그램 스크린샷

InstaSource 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}