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ファイルをダウンロード

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
Eメール [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"
    }
}