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