InstaSource
This extension makes it easier to share photos on instagram web.
¿Qué es InstaSource?
InstaSource es una extensión de Chrome desarrollada por aytee, y su función principal es "This extension makes it easier to share photos on instagram web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión InstaSource
Descarga archivos de extensión InstaSource en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | InstaSource |
ID | lldobeceagfadoamljnfdbfhdndhibce |
URL Oficial | https://chromewebstore.google.com/detail/instasource/lldobeceagfadoamljnfdbfhdndhibce |
Descripción | This extension makes it easier to share photos on instagram web. |
Tamaño del Archivo | 31.97 KB |
Cantidad de Instalaciones | 520 |
Versión Actual | 1.1 |
Última Actualización | 2022-03-25 |
Fecha de Publicación | 2022-03-21 |
Calificación | 4.25/5 Total de 4 Calificaciones |
Desarrollador | aytee |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |